Home
last modified time | relevance | path

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

/external/armnn/src/armnn/
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
/external/ComputeLibrary/src/core/CL/
DCLUtils.h32 class TensorShape; variable
/external/ComputeLibrary/arm_compute/core/
DTensorShape.h47 TensorShape(Ts... dims) in TensorShape() function
/external/armnn/include/armnn/
DTensor.hpp20 class TensorShape class
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dtfrt_op_kernel.h57 class TensorShape; variable
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h38 class TensorShape; variable
Dallocator.h35 class TensorShape; variable
Dtensor_shape.cc834 MAKE_SHAPE(int32, TensorShape) in MAKE_SHAPE() argument
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py743 class TensorShape(object): class
/external/tensorflow/tensorflow/python/tpu/
Dtpu.py1015 padded_shapes: List[Optional[tensor_shape.TensorShape]],