Searched refs:GetOutputTensorShapeType (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils.h | 141 static Status GetOutputTensorShapeType(AttrSlice attrs, 145 static bool GetOutputTensorShapeType(const GraphDef& graph_def,
|
D | remote_fused_graph_execute_utils.cc | 400 /* static */ Status RemoteFusedGraphExecuteUtils::GetOutputTensorShapeType( in GetOutputTensorShapeType() function in tensorflow::RemoteFusedGraphExecuteUtils 420 /* static */ bool RemoteFusedGraphExecuteUtils::GetOutputTensorShapeType( in GetOutputTensorShapeType() function in tensorflow::RemoteFusedGraphExecuteUtils 430 GetOutputTensorShapeType(*node_def, &data_types, &shapes).IgnoreError(); in GetOutputTensorShapeType() 625 GetOutputTensorShapeType(subgraph_def, input, &dt, &shape); in BuildRemoteFusedGraphExecuteInfo() 649 GetOutputTensorShapeType(subgraph_def, output, &dt, &shape); in BuildRemoteFusedGraphExecuteInfo() 856 GetOutputTensorShapeType(*node_def, &dt_vec, &shape_vec).IgnoreError(); in BuildClusterSubgraphDef() 1278 if (GetOutputTensorShapeType(input_graph_def, input_tensor.first, in FuseRemoteGraphByPlacedArguments() 1418 GetOutputTensorShapeType(node_def, &dt_vec, &shape_vec); in BuildNodeMapFromOpsDefinitions()
|
/external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/ |
D | hvx_ops_support_checker_main.cc | 66 const Status status = RemoteFusedGraphExecuteUtils::GetOutputTensorShapeType( in SummarizeNode()
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | graph_transferer.cc | 177 status = RemoteFusedGraphExecuteUtils::GetOutputTensorShapeType( in LoadGraphFromProto() 385 Status status = RemoteFusedGraphExecuteUtils::GetOutputTensorShapeType( in TransformGraphToAddAggregatedInputNode() 627 TF_CHECK_OK(RemoteFusedGraphExecuteUtils::GetOutputTensorShapeType( in IsNodeFlattenReshape() 687 Status status = RemoteFusedGraphExecuteUtils::GetOutputTensorShapeType( in RegisterNodeWithRank() 913 Status status = RemoteFusedGraphExecuteUtils::GetOutputTensorShapeType( in AppendNodeOutputParams()
|