Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
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()
Dtpu_util.h53 Status ShapeTensorToTensorShape(const Tensor& tensor, TensorShape* shape);
Dtpu_compile_op_common.cc413 tpu::ShapeTensorToTensorShape(dynamic_shapes[i], &(*shapes)[i])); in GetDynamicShapes()