Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/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/tf2tensorrt/convert/
Dutils.h288 bool IsScalar() const { in IsScalar() function
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h239 static bool IsScalar(const Shape& shape) { in IsScalar() function
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h482 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp943 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc1224 bool IsScalar(mlir::Value value) const { 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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3064 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall() local