/aosp_15_r20/external/armnn/include/armnn/ |
H A D | Tensor.hpp | 191 const TensorShape& GetShape() const { return m_Shape; } in GetShape() function in armnn::TensorInfo 192 TensorShape& GetShape() { return m_Shape; } in GetShape() function in armnn::TensorInfo 297 const TensorShape& GetShape() const { return m_Info.GetShape(); } in GetShape() function in armnn::BaseTensor 298 TensorShape& GetShape() { return m_Info.GetShape(); } in GetShape() function in armnn::BaseTensor
|
/aosp_15_r20/external/armnn/src/backends/cl/ |
H A D | ClTensorHandle.hpp | 102 TensorShape GetShape() const override in GetShape() function in armnn::ClTensorHandle 270 TensorShape GetShape() const override in GetShape() function in armnn::ClSubTensorHandle
|
H A D | ClImportTensorHandle.hpp | 77 TensorShape GetShape() const override in GetShape() function in armnn::ClImportTensorHandle 379 TensorShape GetShape() const override in GetShape() function in armnn::ClImportSubTensorHandle
|
/aosp_15_r20/external/armnn/src/backends/neon/ |
H A D | NeonTensorHandle.hpp | 97 TensorShape GetShape() const override in GetShape() function in armnn::NeonTensorHandle 317 TensorShape GetShape() const override in GetShape() function in armnn::NeonSubTensorHandle
|
/aosp_15_r20/external/armnn/src/backends/reference/ |
H A D | RefTensorHandle.hpp | 44 TensorShape GetShape() const override in GetShape() function in armnn::RefTensorHandle
|
/aosp_15_r20/external/armnn/src/dynamic/sample/ |
H A D | SampleTensorHandle.hpp | 44 armnn::TensorShape GetShape() const override in GetShape() function in sdb::SampleTensorHandle
|
/aosp_15_r20/external/armnn/src/backends/tosaReference/ |
H A D | TosaRefTensorHandle.hpp | 44 TensorShape GetShape() const override in GetShape() function in armnn::TosaRefTensorHandle
|
/aosp_15_r20/external/armnn/include/armnnTestUtils/ |
H A D | MockTensorHandle.hpp | 49 TensorShape GetShape() const override in GetShape() function in armnn::MockTensorHandle
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | xla_expression_test.cc | 93 TEST_F(XlaExpressionTest, GetShape) { in TEST_F() argument
|
H A D | xla_expression.cc | 211 StatusOr<TensorShape> XlaExpression::GetShape() const { in GetShape() function in tensorflow::XlaExpression
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/expansions/ |
H A D | elementwise_spmd_expander.cc | 50 StatusOr<llvm::SmallVector<int64_t, 4>> GetShape(mlir::Value value) { in GetShape() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/rpc/ |
H A D | xla_service.proto | 74 rpc GetShape(GetShapeRequest) returns (GetShapeResponse) { rpc
|
H A D | grpc_service.cc | 127 ::grpc::Status GRPCService::GetShape(::grpc::ServerContext* context, in GetShape() function in xla::GRPCService
|
H A D | grpc_stub.cc | 109 Status GRPCStub::GetShape(const GetShapeRequest* request, in GetShape() function in xla::GRPCStub
|
/aosp_15_r20/external/armnn/include/armnn/backends/ |
H A D | TensorHandle.hpp | 56 TensorShape GetShape() const override { return m_TensorInfo.GetShape(); } in GetShape() function in armnn::ConstTensorHandle
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | ir_array.h | 237 const Shape& GetShape() const { return shape_; } in GetShape() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/ |
H A D | runtime_fallback_tensor.cc | 66 llvm::SmallVector<tfrt::Index, 4> GetShape( in GetShape() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | shape_ops.h | 34 inline Status GetShape(OpKernelContext* ctx, int input_index, in GetShape() function
|
/aosp_15_r20/external/armnn/src/backends/aclCommon/ |
H A D | ArmComputeTensorUtils.hpp | 283 inline TensorShape GetShape(const arm_compute::TensorShape& shape) in GetShape() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/ |
H A D | test_util.cc | 56 std::vector<int> FlexModelTest::GetShape(int tensor_index) { in GetShape() function in tflite::flex::testing::FlexModelTest
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/ |
H A D | constant_map.cpp | 66 std::optional<c10::SymbolicShape> ConstantValueMap::GetShape( in GetShape() function in torch::jit::ConstantValueMap
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | client.cc | 451 StatusOr<Shape> Client::GetShape(const GlobalData& data) { in GetShape() function in xla::Client
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
H A D | quantization_ops_test.cc | 300 static StatusOr<PartialTensorShape> GetShape(const std::string& name, in GetShape() function in tensorflow::tensorrt::convert::QDQExplicitTest
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | kernel_util_test.cc | 84 std::vector<int> GetShape(TfLiteIntArray* dims) { in GetShape() function in tflite::__anonc351f59c0111::KernelUtilTest
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | ir_emission_utils.cc | 652 Shape GetShape(mlir::Value value) { in GetShape() function
|