Home
last modified time | relevance | path

Searched refs:GetTensorShapeType (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transfer_utils.cc83 RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in BuildRemoteFusedGraphExecuteInfo()
139 RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in BuildFusedGraphDef()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.h158 static const TensorShapeType* GetTensorShapeType(
161 static const TensorShapeType* GetTensorShapeType(
Dremote_fused_graph_execute_utils_test.cc318 RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in TEST()
324 tst = RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in TEST()
364 RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in TEST()
370 tst = RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map, in TEST()
Dremote_fused_graph_execute_utils.cc521 RemoteFusedGraphExecuteUtils::GetTensorShapeType( in GetTensorShapeType() function in tensorflow::RemoteFusedGraphExecuteUtils
525 return GetTensorShapeType(tensor_shape_map, string(tid.first), tid.second); in GetTensorShapeType()
527 return GetTensorShapeType(tensor_shape_map, node_name, 0); in GetTensorShapeType()
532 RemoteFusedGraphExecuteUtils::GetTensorShapeType( in GetTensorShapeType() function in tensorflow::RemoteFusedGraphExecuteUtils