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.cc317 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()
Dremote_fused_graph_execute_utils.cc522 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