Home
last modified time | relevance | path

Searched refs:TF_NewBufferFromString (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/java/src/main/native/
Dsaved_model_bundle_jni.cc50 TF_NewBufferFromString(static_cast<void*>(run_options_data), sz); in Java_org_tensorflow_SavedModelBundle_load()
Dsession_jni.cc172 TF_NewBufferFromString(static_cast<void*>(jrun_options_data), sz)); in Java_org_tensorflow_Session_run()
Dgraph_jni.cc102 TF_NewBufferFromString(bytes, env->GetArrayLength(graph_def)); in Java_org_tensorflow_Graph_importGraphDef()
/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py165 buf = c_api.TF_NewBufferFromString(compat.as_bytes(data))
Dops.py2526 buf = c_api.TF_NewBufferFromString(
/external/tensorflow/tensorflow/python/client/
Dsession.py924 options_ptr = tf_session.TF_NewBufferFromString(
1228 options_ptr = tf_session.TF_NewBufferFromString(
1421 options_ptr = tf_session.TF_NewBufferFromString(
/external/tensorflow/tensorflow/c/
Dc_api.h195 TF_CAPI_EXPORT extern TF_Buffer* TF_NewBufferFromString(const void* proto,
Dc_api_test.cc276 TF_Buffer* run_options = TF_NewBufferFromString("", 0); in TEST()
1357 TF_Buffer* run_options = TF_NewBufferFromString("", 0); in TEST()
Dc_api.cc396 TF_Buffer* TF_NewBufferFromString(const void* proto, size_t proto_len) { in TF_NewBufferFromString() function