/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | device_memory.h | 141 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 D | utils.h | 288 bool IsScalar() const { in IsScalar() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | shape_util.h | 239 static bool IsScalar(const Shape& shape) { in IsScalar() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | tensor_shape.h | 482 static bool IsScalar(const TensorShape& shape) { return shape.dims() == 0; } in IsScalar() function
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | reflection.h | 33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() function
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | reflection.h | 33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() function
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | reflection.h | 33 inline bool IsScalar(reflection::BaseType t) { in IsScalar() function
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | registers-aarch64.h | 225 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 D | SIFoldOperands.cpp | 943 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 985 static unsigned getMovOpc(bool IsScalar) { in getMovOpc()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | optimize.cc | 1224 bool IsScalar(mlir::Value value) const { in IsScalar() function
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 1769 bool IsScalar = hasScalarEvaluationKind(Ty); in EmitParmDecl() local
|
H A D | MicrosoftCXXABI.cpp | 3943 bool IsScalar = !RD; in getCatchableType() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/ |
D | type.go | 1448 func (t *Type) IsScalar() bool { func
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/ |
D | test_generator.py | 222 def IsScalar(self): member in Type
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3064 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 D | AutoUpgrade.cpp | 3488 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 D | LoopVectorize.cpp | 6082 bool IsScalar = all_of(Inst->users(), [&](User *U) { in calculateRegisterUsage() local
|