Home
last modified time | relevance | path

Searched refs:ShapeTensorToTensorShape (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_util.cc65 Status ShapeTensorToTensorShape(const Tensor& tensor, TensorShape* shape) { in ShapeTensorToTensorShape() function
84 ShapeTensorToTensorShape(dynamic_shapes[i], &(*shapes)[i])); in DynamicShapesToTensorShapes()
95 ShapeTensorToTensorShape(dynamic_shape.tensor(), &(*shapes)[i])); in DynamicShapesToTensorShapes()
H A Dtpu_util.h53 Status ShapeTensorToTensorShape(const Tensor& tensor, TensorShape* shape);
H A Dtpu_compile_op_common.cc105 tpu::ShapeTensorToTensorShape(dynamic_shapes[i], &(*shapes)[i])); in GetDynamicShapes()