Searched refs:GetHandleShapeAndType (Results 1 – 6 of 6) sorted by relevance
70 std::string GetHandleShapeAndType(TF_Graph* graph, TF_Output output);
92 std::string GetHandleShapeAndType(TF_Graph* graph, TF_Output output) { in GetHandleShapeAndType() function
275 tensorflow::GetHandleShapeAndType
890 handle_data = c_api.GetHandleShapeAndType(c_graph,
7356 handle_data = pywrap_tf_session.GetHandleShapeAndType(
401 tensorflow::GetHandleShapeAndType(graph, output); in PYBIND11_MODULE()