Home
last modified time | relevance | path

Searched refs:TF_ImportGraphDefOptionsSetPrefix (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dimporter.py212 c_api.TF_ImportGraphDefOptionsSetPrefix(options, prefix)
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc720 TF_ImportGraphDefOptionsSetPrefix(opts, "imported"); in TEST()
760 TF_ImportGraphDefOptionsSetPrefix(opts, "imported2"); in TEST()
807 TF_ImportGraphDefOptionsSetPrefix(opts, "imported3"); in TEST()
844 TF_ImportGraphDefOptionsSetPrefix(opts, "imported4"); in TEST()
956 TF_ImportGraphDefOptionsSetPrefix(opts, "imported"); in TEST()
H A Dc_api.h749 TF_CAPI_EXPORT extern void TF_ImportGraphDefOptionsSetPrefix(
H A Dc_api.cc1645 void TF_ImportGraphDefOptionsSetPrefix(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsSetPrefix() function
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/native/
H A Dgraph_jni.cc96 TF_ImportGraphDefOptionsSetPrefix(opts, cprefix); in Java_org_tensorflow_Graph_importGraphDef()
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dgraph.go141 C.TF_ImportGraphDefOptionsSetPrefix(opts, cprefix)
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_wrapper.cc795 m.def("TF_ImportGraphDefOptionsSetPrefix", TF_ImportGraphDefOptionsSetPrefix, in PYBIND11_MODULE()