Home
last modified time | relevance | path

Searched refs:GetHandleShapeAndType (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/c/
Dpython_api.h70 std::string GetHandleShapeAndType(TF_Graph* graph, TF_Output output);
Dpython_api.cc92 std::string GetHandleShapeAndType(TF_Graph* graph, TF_Output output) { in GetHandleShapeAndType() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt275 tensorflow::GetHandleShapeAndType
/external/tensorflow/tensorflow/python/framework/
Dfunction.py890 handle_data = c_api.GetHandleShapeAndType(c_graph,
Dops.py7356 handle_data = pywrap_tf_session.GetHandleShapeAndType(
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc401 tensorflow::GetHandleShapeAndType(graph, output); in PYBIND11_MODULE()