[all-commits] [llvm/llvm-project] 90b9c4: [llvm] Expose type and element count-related APIs ...

Mircea Trofin via All-commits all-commits at lists.llvm.org
Tue Aug 4 17:32:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 90b9c49ca6477a85e69018967c0a4d4d38ee6e72
      https://github.com/llvm/llvm-project/commit/90b9c49ca6477a85e69018967c0a4d4d38ee6e72
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/Utils/TFUtils.h
    M llvm/lib/Analysis/TFUtils.cpp
    M llvm/unittests/Analysis/TFUtilsTest.cpp

  Log Message:
  -----------
  [llvm] Expose type and element count-related APIs on TensorSpec

Added a mechanism to check the element type, get the total element
count, and the size of an element.

Differential Revision: https://reviews.llvm.org/D85250




More information about the All-commits mailing list