Home
last modified time | relevance | path

Searched defs:tensor_shape (Results 1 – 25 of 103) sorted by relevance

12345

/aosp_15_r20/external/ComputeLibrary/src/core/
H A DTensorInfo.cpp93 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()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dshape_util.cc89 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()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dbidirectional_sequence_rnn_1_3.mod.py20 def convert_to_time_major(tensor, tensor_shape): argument
30 def reverse_batch_major(tensor, tensor_shape): argument
33 def split_tensor_in_two(tensor, tensor_shape): argument
Dbidirectional_sequence_rnn_state_output.mod.py20 def convert_to_time_major(tensor, tensor_shape): argument
31 def reverse_batch_major(tensor, tensor_shape): argument
35 def split_tensor_in_two(tensor, tensor_shape): argument
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dbidirectional_sequence_rnn.mod.py20 def convert_to_time_major(tensor, tensor_shape): argument
30 def reverse_batch_major(tensor, tensor_shape): argument
33 def split_tensor_in_two(tensor, tensor_shape): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dquantization_util.cc35 const RuntimeShape &tensor_shape, int32_t zero_point, in DequantizeInt8()
46 const RuntimeShape& tensor_shape, in PerChannelDequantizeInt8()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
H A Dragged_tensor_to_tensor_tflite.cc118 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
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dlist_ops.cc185 shape_inference::ShapeHandle tensor_shape = c->UnknownShape(); in __anon5e0c1ea50502() local
344 shape_inference::ShapeHandle tensor_shape = c->input(0); in __anon5e0c1ea50902() local
382 shape_inference::ShapeHandle tensor_shape = c->input(0); in __anon5e0c1ea50a02() local
H A Ddata_flow_ops.cc756 ShapeHandle tensor_shape = shapes->at(0).shape; in __anon1926cf7a1902() local
781 ShapeHandle tensor_shape = shapes->at(0).shape; in __anon1926cf7a1a02() local
821 ShapeHandle tensor_shape = shapes->at(0).shape; in __anon1926cf7a1b02() local
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama2/runner/
H A Drunner.cpp295 auto tensor_shape = tensor_meta->sizes(); in generate() local
324 auto tensor_shape = tensor_meta->sizes(); in generate() local
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dtensor.cpp80 auto tensor_shape = shape(); in size() local
158 auto tensor_shape = shape(); in SetInPlaceIrValue() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtensor_format.h468 inline int64_t GetTensorDim(const TensorShape& tensor_shape, in GetTensorDim()
476 inline int64_t GetFilterDim(const TensorShape& tensor_shape, in GetFilterDim()
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dcostmodel.cc254 const TensorShapeProto& tensor_shape, in RecordMaxMemorySize()
558 Bytes CostModel::MinTensorMemoryUsage(const TensorShapeProto& tensor_shape, in MinTensorMemoryUsage()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dfake_param_op.cc34 PartialTensorShape tensor_shape; in XlaFakeParamOp() local
H A Dsendrecv_ops.cc68 TensorShape tensor_shape; in RecvOp() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Ddataset.proto18 .tensorflow.TensorShapeProto tensor_shape = 2; field
/aosp_15_r20/external/ComputeLibrary/src/runtime/
H A DSubTensor.cpp35 SubTensor::SubTensor(ITensor *parent, const TensorShape &tensor_shape, const Coordinates &coords, b… in SubTensor()
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DNodeFusionMutator.cpp564 const TensorShape tensor_shape = input_edge->tensor()->desc().shape; in fuse_convolution_with_post_ops() local
662 const TensorShape tensor_shape = input_edge->tensor()->desc().shape; in fuse_convolution_batch_normalization_with_post_ops() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/protobuf/
H A Dprojector_config.proto36 repeated uint32 tensor_shape = 4; field
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dsnapshot.proto39 .tensorflow.TensorShapeProto tensor_shape = 2; field
/aosp_15_r20/external/ComputeLibrary/tests/datasets/
H A DROIDataset.h93 void add_config(TensorShape tensor_shape, ROIPoolingLayerInfo info, TensorShape rois_shape) in add_config()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/
H A DCLSubTensor.cpp37 CLSubTensor::CLSubTensor(ICLTensor *parent, const TensorShape &tensor_shape, const Coordinates &coo… in CLSubTensor()
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_lenet.cpp70 …const TensorShape tensor_shape = permute_shape(TensorShape(28U, 28U, 1U, batches), DataLayout:… in do_setup() local
H A Dgraph_vgg19.cpp69 …const TensorShape tensor_shape = permute_shape(TensorShape(224U, 224U, 3U, common_params.batch… in do_setup() local
H A Dgraph_alexnet.cpp77 …const TensorShape tensor_shape = permute_shape(TensorShape(227U, 227U, 3U, common_params.batch… in do_setup() local

12345