Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dhandle_data_util.py61 pywrap_tf_session.SetHandleShapeAndType(target_t.graph._c_graph,
/external/tensorflow/tensorflow/c/
Dpython_api.h72 void SetHandleShapeAndType(TF_Graph* graph, TF_Output output, const void* proto,
Dpython_api.cc111 void SetHandleShapeAndType(TF_Graph* graph, TF_Output output, const void* proto, in SetHandleShapeAndType() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt234 tensorflow::SetHandleShapeAndType
/external/tensorflow/tensorflow/python/framework/
Dfunction.py861 c_api.SetHandleShapeAndType(ph.graph._c_graph, ph._as_tf_output(),
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc406 tensorflow::SetHandleShapeAndType(graph, output, buf.get()->data, in PYBIND11_MODULE()