/external/armnn/include/armnn/ |
D | Tensor.hpp | 187 const TensorShape& GetShape() const { return m_Shape; } in GetShape() function in armnn::TensorInfo 188 TensorShape& GetShape() { return m_Shape; } in GetShape() function in armnn::TensorInfo 284 const TensorShape& GetShape() const { return m_Info.GetShape(); } in GetShape() function in armnn::BaseTensor 285 TensorShape& GetShape() { return m_Info.GetShape(); } in GetShape() function in armnn::BaseTensor
|
/external/armnn/src/backends/cl/ |
D | ClTensorHandle.hpp | 82 TensorShape GetShape() const override in GetShape() function in armnn::ClTensorHandle 212 TensorShape GetShape() const override in GetShape() function in armnn::ClSubTensorHandle
|
/external/armnn/src/backends/neon/ |
D | NeonTensorHandle.hpp | 94 TensorShape GetShape() const override in GetShape() function in armnn::NeonTensorHandle 303 TensorShape GetShape() const override in GetShape() function in armnn::NeonSubTensorHandle
|
/external/armnn/src/dynamic/sample/ |
D | SampleTensorHandle.hpp | 44 armnn::TensorShape GetShape() const override in GetShape() function in sdb::SampleTensorHandle
|
/external/armnn/src/backends/reference/ |
D | RefTensorHandle.hpp | 44 TensorShape GetShape() const override in GetShape() function in armnn::RefTensorHandle
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_expression_test.cc | 93 TEST_F(XlaExpressionTest, GetShape) { in TEST_F() argument
|
D | xla_expression.cc | 211 StatusOr<TensorShape> XlaExpression::GetShape() const { in GetShape() function in tensorflow::XlaExpression
|
/external/armnn/src/backends/backendsCommon/ |
D | CpuTensorHandle.hpp | 53 TensorShape GetShape() const override { return m_TensorInfo.GetShape(); } in GetShape() function in armnn::ConstCpuTensorHandle
|
/external/tensorflow/tensorflow/compiler/xla/rpc/ |
D | xla_service.proto | 74 rpc GetShape(GetShapeRequest) returns (GetShapeResponse) { rpc
|
D | grpc_service.cc | 127 ::grpc::Status GRPCService::GetShape(::grpc::ServerContext* context, in GetShape() function in xla::GRPCService
|
D | grpc_stub.cc | 109 Status GRPCStub::GetShape(const GetShapeRequest* request, in GetShape() function in xla::GRPCStub
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_array.h | 233 const Shape& GetShape() const { return shape_; } in GetShape() function
|
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/ |
D | runtime_fallback_tensor.cc | 66 llvm::SmallVector<ssize_t, 4> GetShape( in GetShape() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | shape_ops.h | 34 inline Status GetShape(OpKernelContext* ctx, int input_index, in GetShape() function
|
/external/armnn/src/backends/aclCommon/ |
D | ArmComputeTensorUtils.hpp | 244 inline TensorShape GetShape(const arm_compute::TensorShape& shape) in GetShape() function
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | test_util.cc | 56 std::vector<int> FlexModelTest::GetShape(int tensor_index) { in GetShape() function in tflite::flex::testing::FlexModelTest
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emission_utils.cc | 367 Shape FusionLayoutAnalysis::GetShape(mlir::Value value) const { in GetShape() function in xla::gpu::FusionLayoutAnalysis 911 Shape GetShape(mlir::Value value) { in GetShape() function
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client.cc | 450 StatusOr<Shape> Client::GetShape(const GlobalData& data) { in GetShape() function in xla::Client
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | kernel_util_test.cc | 84 std::vector<int> GetShape(TfLiteIntArray* dims) { in GetShape() function in tflite::__anon4b5f7ed20111::KernelUtilTest
|
D | test_util.h | 471 const std::vector<int>& GetShape(int id) { return tensor_data_.at(id).shape; } in GetShape() function
|
/external/tensorflow/tensorflow/core/ir/types/ |
D | dialect.cc | 412 llvm::Optional<llvm::ArrayRef<int64_t>> GetShape(Value value) { in GetShape() function
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | legalize_tf.cc | 146 Value GetShape(Value input, Location loc, PatternRewriter& rewriter) { in GetShape() function
|
D | optimize.cc | 309 DenseElementsAttr GetShape(Value output_val) { in GetShape() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | service.cc | 1090 Status Service::GetShape(const GetShapeRequest* arg, GetShapeResponse* result) { in GetShape() function in xla::Service
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | layout_optimizer.cc | 1109 TensorShapeProto GetShape(const string& input_name) const { in GetShape() function in tensorflow::grappler::__anonb6f45ffe0111::Conv2DProcessor
|