/external/ComputeLibrary/src/core/ |
D | TensorInfo.cpp | 93 TensorInfo::TensorInfo(const TensorShape &tensor_shape, Format format) in TensorInfo() 105 TensorInfo::TensorInfo(const TensorShape &tensor_shape, size_t num_channels, DataType data_type) in TensorInfo() 111 TensorInfo::TensorInfo(const TensorShape &tensor_shape, size_t num_channels, DataType data_type, Qu… in TensorInfo() 118 TensorInfo::TensorInfo(const TensorShape &tensor_shape, size_t num_channels, DataType data_type, Da… in TensorInfo() 130 void TensorInfo::init(const TensorShape &tensor_shape, Format format) in init() 140 void TensorInfo::init(const TensorShape &tensor_shape, Format format, in init() 157 void TensorInfo::init(const TensorShape &tensor_shape, size_t num_channels, DataType data_type) in init() 168 void TensorInfo::init(const TensorShape &tensor_shape, size_t num_channels, DataType data_type, in init() 185 size_t TensorInfo::init_auto_padding(const TensorShape &tensor_shape, Format format) in init_auto_padding() 196 size_t TensorInfo::init_auto_padding(const TensorShape &tensor_shape, size_t num_channels, DataType… in init_auto_padding()
|
D | SubTensorInfo.cpp | 63 SubTensorInfo::SubTensorInfo(ITensorInfo *parent, TensorShape tensor_shape, Coordinates coords, boo… in SubTensorInfo()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | shape_util.cc | 89 TensorShape* tensor_shape) { in XLAShapeToTensorShape() 104 const PartialTensorShape& tensor_shape, in TensorShapeToXLAShape() 113 const PartialTensorShape& tensor_shape) { in TensorShapeToXLAShape() 137 Status TensorShapeToXLAShape(DataType dtype, const TensorShape& tensor_shape, in TensorShapeToXLAShape() 146 const TensorShape& tensor_shape) { in TensorShapeToXLAShape() 153 const TensorShape& tensor_shape) { in TensorShapeToXLAShape()
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | quantization_util.cc | 35 const RuntimeShape &tensor_shape, int32_t zero_point, in DequantizeInt8() 46 const RuntimeShape& tensor_shape, in PerChannelDequantizeInt8()
|
D | quantization_util_test.cc | 50 RuntimeShape tensor_shape(1, quantized_data.size()); in TEST() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | fake_param_op.cc | 34 PartialTensorShape tensor_shape; in XlaFakeParamOp() local
|
D | sendrecv_ops.cc | 68 TensorShape tensor_shape; in RecvOp() local
|
/external/ComputeLibrary/src/runtime/ |
D | SubTensor.cpp | 35 SubTensor::SubTensor(ITensor *parent, const TensorShape &tensor_shape, const Coordinates &coords, b… in SubTensor()
|
/external/tensorflow/tensorflow/core/data/ |
D | dataset.proto | 18 .tensorflow.TensorShapeProto tensor_shape = 2; field
|
/external/tensorflow/tensorflow/python/keras/protobuf/ |
D | projector_config.proto | 36 repeated uint32 tensor_shape = 4; field
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | snapshot.proto | 39 .tensorflow.TensorShapeProto tensor_shape = 2; field
|
/external/ComputeLibrary/tests/datasets/ |
D | ROIDataset.h | 93 void add_config(TensorShape tensor_shape, ROIPoolingLayerInfo info, TensorShape rois_shape) in add_config()
|
/external/ComputeLibrary/src/runtime/CL/ |
D | CLSubTensor.cpp | 37 CLSubTensor::CLSubTensor(ICLTensor *parent, const TensorShape &tensor_shape, const Coordinates &coo… in CLSubTensor()
|
/external/ComputeLibrary/examples/ |
D | graph_lenet.cpp | 70 …const TensorShape tensor_shape = permute_shape(TensorShape(28U, 28U, 1U, batches), DataLayout:… in do_setup() local
|
D | graph_vgg19.cpp | 69 …const TensorShape tensor_shape = permute_shape(TensorShape(224U, 224U, 3U, common_params.batch… in do_setup() local
|
D | graph_alexnet.cpp | 77 …const TensorShape tensor_shape = permute_shape(TensorShape(227U, 227U, 3U, common_params.batch… in do_setup() local
|
D | graph_vgg16.cpp | 70 …const TensorShape tensor_shape = permute_shape(TensorShape(224U, 224U, 3U, common_params.batch… in do_setup() local
|
D | graph_srcnn955.cpp | 84 …const TensorShape tensor_shape = permute_shape(TensorShape(image_width, image_height, 3U, comm… in do_setup() local
|
D | graph_vgg_vdsr.cpp | 85 …const TensorShape tensor_shape = permute_shape(TensorShape(image_width, image_height, 1U, comm… in do_setup() local
|
D | graph_squeezenet_v1_1.cpp | 70 …const TensorShape tensor_shape = permute_shape(TensorShape(227U, 227U, 3U, common_params.batch… in do_setup() local
|
D | graph_squeezenet.cpp | 70 …const TensorShape tensor_shape = permute_shape(TensorShape(224U, 224U, 3U, common_params.batch… in do_setup() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.proto | 20 TensorShapeProto tensor_shape = 2; field
|
/external/tensorflow/tensorflow/core/ops/ |
D | list_ops.cc | 185 shape_inference::ShapeHandle tensor_shape = c->UnknownShape(); in __anon398e29250502() local 344 shape_inference::ShapeHandle tensor_shape = c->input(0); in __anon398e29250902() local 382 shape_inference::ShapeHandle tensor_shape = c->input(0); in __anon398e29250a02() local
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/ |
D | ragged_tensor_to_tensor_tflite.cc | 118 const RuntimeShape tensor_shape(tensor.dims->size, tensor.dims->data); in TensorShapeFromTensor() local 156 const RuntimeShape tensor_shape(tensor->dims->size, tensor->dims->data); in GetMaxWidthValueRowID() local 187 const RuntimeShape tensor_shape(tensor->dims->size, tensor->dims->data); in GetMaxWidthRowSplit() local 335 const RuntimeShape tensor_shape(value_rowids.dims->size, in CalculateOutputIndexValueRowID() local
|
/external/ComputeLibrary/tests/validation/CL/UNIT/ |
D | Multithreaded.cpp | 57 const TensorShape tensor_shape(128u, 4u, 5u); in TEST_SUITE() local
|