Searched refs:TF_ImportGraphDefOptionsSetPrefix (Results 1 – 6 of 6) sorted by relevance
204 c_api.TF_ImportGraphDefOptionsSetPrefix(options, prefix)
112 C.TF_ImportGraphDefOptionsSetPrefix(opts, cprefix)
96 TF_ImportGraphDefOptionsSetPrefix(opts, cprefix); in Java_org_tensorflow_Graph_importGraphDef()
680 TF_ImportGraphDefOptionsSetPrefix(opts, "imported"); in TEST()720 TF_ImportGraphDefOptionsSetPrefix(opts, "imported2"); in TEST()767 TF_ImportGraphDefOptionsSetPrefix(opts, "imported3"); in TEST()804 TF_ImportGraphDefOptionsSetPrefix(opts, "imported4"); in TEST()916 TF_ImportGraphDefOptionsSetPrefix(opts, "imported"); in TEST()
938 TF_CAPI_EXPORT extern void TF_ImportGraphDefOptionsSetPrefix(
2027 void TF_ImportGraphDefOptionsSetPrefix(TF_ImportGraphDefOptions* opts, in TF_ImportGraphDefOptionsSetPrefix() function