Home
last modified time | relevance | path

Searched defs:IsScalar (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Ddevice_memory.h141 bool IsScalar() const { return ElementCount() == 1; } in IsScalar() function
188 bool IsScalar() const { return ElementCount() == 1; } in IsScalar() function
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h356 static bool IsScalar(const Shape& shape) { in IsScalar() function
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h459 static bool IsScalar(const TensorShape& shape) { return shape.dims() == 0; } in IsScalar() function
/external/flatbuffers/include/flatbuffers/
Dreflection.h33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() function
/external/vixl/src/aarch64/
Dregisters-aarch64.h225 bool IsScalar() const { return HasLaneSize() && (size_ == lane_size_); } in IsScalar() function
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc828 bool IsScalar(mlir::Value value) const { in IsScalar() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp943 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp985 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc102 bool IsScalar(const TensorT& tensor) { in IsScalar() function
/external/clang/lib/CodeGen/
DCGDecl.cpp1769 bool IsScalar = hasScalarEvaluationKind(Ty); in EmitParmDecl() local
DMicrosoftCXXABI.cpp3943 bool IsScalar = !RD; in getCatchableType() local
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp2443 bool IsScalar = hasScalarEvaluationKind(Ty); in EmitParmDecl() local
DMicrosoftCXXABI.cpp4104 bool IsScalar = !RD; in getCatchableType() local
/external/llvm-project/llvm/lib/IR/
DAutoUpgrade.cpp3198 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3064 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall() local