Searched refs:GetTensorShapeType (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | graph_transfer_utils.cc | 83 RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in BuildRemoteFusedGraphExecuteInfo() 139 RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in BuildFusedGraphDef()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils.h | 158 static const TensorShapeType* GetTensorShapeType( 161 static const TensorShapeType* GetTensorShapeType(
|
D | remote_fused_graph_execute_utils_test.cc | 317 RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in TEST() 323 tst = RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in TEST() 363 RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in TEST() 369 tst = RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in TEST()
|
D | remote_fused_graph_execute_utils.cc | 522 RemoteFusedGraphExecuteUtils::GetTensorShapeType( in GetTensorShapeType() function in tensorflow::RemoteFusedGraphExecuteUtils 526 return GetTensorShapeType(tensor_shape_map, string(tid.first), tid.second); in GetTensorShapeType() 528 return GetTensorShapeType(tensor_shape_map, node_name, 0); in GetTensorShapeType() 533 RemoteFusedGraphExecuteUtils::GetTensorShapeType( in GetTensorShapeType() function in tensorflow::RemoteFusedGraphExecuteUtils
|