Home
last modified time | relevance | path

Searched defs:TensorShape (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/
H A DTensor.cpp25 TensorShape::TensorShape() in TensorShape() function in armnn::TensorShape
30 TensorShape::TensorShape(unsigned int numDimensions, bool initDimensionsSpecificity) in TensorShape() function in armnn::TensorShape
40 TensorShape::TensorShape(const unsigned int numDimensions, const unsigned int* const dimensionSizes) in TensorShape() function in armnn::TensorShape
54 TensorShape::TensorShape(std::initializer_list<unsigned int> dimensionSizeList) in TensorShape() function in armnn::TensorShape
59 TensorShape::TensorShape(unsigned int numDimensions, in TensorShape() function in armnn::TensorShape
80 TensorShape::TensorShape(std::initializer_list<unsigned int> dimensionSizeList, in TensorShape() function in armnn::TensorShape
92 TensorShape::TensorShape(Dimensionality dimensionality) in TensorShape() function in armnn::TensorShape
116 TensorShape::TensorShape(const TensorShape& other) in TensorShape() function in armnn::TensorShape
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu_embedding_v2.py424 per_replica_input_shapes: Optional[List[TensorShape]] = None,
477 self, input_shapes: List[TensorShape]) -> List[TensorShape]:
1408 def _update_output_shapes(self, incoming_output_shapes: List[TensorShape]):
1427 def _check_output_shapes(self, incoming_output_shapes: List[TensorShape]):
1464 def _is_tensor_shape_match(self, shape_a: TensorShape,
1465 shape_b: TensorShape) -> bool:
H A Dtpu_embedding_v2_utils.py1012 output_shape: Optional[Union[List[int], TensorShape]] = None, argument
H A Dtpu.py1034 padded_shapes: List[Optional[tensor_shape.TensorShape]],
/aosp_15_r20/external/federated-compute/fcp/aggregation/core/
H A Dtensor_shape.h42 TensorShape(ForwardIterator first, ForwardIterator last) in TensorShape() function
45 TensorShape(std::initializer_list<size_t> dim_sizes) in TensorShape() function
74 explicit TensorShape(DimSizesVector&& dim_sizes) in TensorShape() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Ddynamic_ragged_shape.py1118 static_inner_shape: tensor_shape.TensorShape,
3191 static_inner_shape: tensor_shape.TensorShape,
3253 old_shape: tensor_shape.TensorShape,
3271 def _batch_tensor_shape(old_shape: tensor_shape.TensorShape,
3277 old_shape: tensor_shape.TensorShape,
H A Ddynamic_ragged_shape_test.py2277 def assertDimsEqual(self, x: tensor_shape.TensorShape,
2278 y: tensor_shape.TensorShape):
3101 def assertTensorShapeEqual(self, a: tensor_shape.TensorShape,
3102 b: tensor_shape.TensorShape) -> None:
/aosp_15_r20/external/ComputeLibrary/src/core/CL/
H A DCLUtils.h33 class TensorShape; variable
/aosp_15_r20/external/federated-compute/fcp/artifact_building/
H A Dproto_helpers.py27 t: tf.Tensor, shape_hint: Optional[tf.TensorShape] = None
H A Dtensor_utils.py118 tensor_shape: Optional[tf.TensorShape] = None,
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DLlamaModelChunk.h35 using TensorShape = executorch::runtime::Span<const int32_t>; variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTensorShape.h47 TensorShape(Ts... dims) in TensorShape() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DTensorSpec.cpp86 std::vector<int64_t> TensorShape; in getTensorSpecFromJSON() local
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dtfrt_op_kernel.h57 class TensorShape; variable
/aosp_15_r20/external/armnn/include/armnn/
H A DTensor.hpp20 class TensorShape class
/aosp_15_r20/external/ComputeLibrary/utils/
H A DTypePrinter.h3371 inline std::string to_string(const std::tuple<TensorShape, TensorShape, arm_compute::WeightFormat> … in to_string()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.h36 class TensorShape; variable
H A Dtensor_shape.cc843 MAKE_SHAPE(int32, TensorShape) in MAKE_SHAPE() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtensor_shape.py742 class TensorShape(trace.TraceType, trace_type.Serializable): class