Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddevice_memory.h141 bool IsScalar() const { return ElementCount() == 1; } in IsScalar() function
188 bool IsScalar() const { return ElementCount() == 1; } in IsScalar() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dutils.h288 bool IsScalar() const { in IsScalar() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util.h239 static bool IsScalar(const Shape& shape) { in IsScalar() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.h482 static bool IsScalar(const TensorShape& shape) { return shape.dims() == 0; } in IsScalar() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dreflection.h33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() function
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dreflection.h33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dreflection.h33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() function
/aosp_15_r20/external/vixl/src/aarch64/
H A Dregisters-aarch64.h225 bool IsScalar() const { return HasLaneSize() && (size_ == lane_size_); } in IsScalar() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp943 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp985 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Doptimize.cc1224 bool IsScalar(mlir::Value value) const { in IsScalar() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDecl.cpp1769 bool IsScalar = hasScalarEvaluationKind(Ty); in EmitParmDecl() local
H A DMicrosoftCXXABI.cpp3943 bool IsScalar = !RD; in getCatchableType() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1448 func (t *Type) IsScalar() bool { func
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py222 def IsScalar(self): member in Type
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAutoUpgrade.cpp3064 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAutoUpgrade.cpp3488 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6082 bool IsScalar = all_of(Inst->users(), [&](User *U) { in calculateRegisterUsage() local