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.py58 pywrap_tf_session.SetHandleShapeAndType(c_graph, target_t._as_tf_output(),
/external/tensorflow/tensorflow/c/
Dpython_api.h77 void SetHandleShapeAndType(TF_Graph* graph, TF_Output output, const void* proto,
Dpython_api.cc118 void SetHandleShapeAndType(TF_Graph* graph, TF_Output output, const void* proto, in SetHandleShapeAndType() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt276 tensorflow::SetHandleShapeAndType
/external/tensorflow/tensorflow/python/framework/
Dfunction.py895 c_api.SetHandleShapeAndType(c_graph, ph._as_tf_output(),
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc413 tensorflow::SetHandleShapeAndType(graph, output, buf.get()->data, in PYBIND11_MODULE()