Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py116 self.buffer = c_api.TF_NewBufferFromString(compat.as_bytes(buf_string))
195 buf = c_api.TF_NewBufferFromString(compat.as_bytes(data))
Dops.py2486 buf = pywrap_tf_session.TF_NewBufferFromString(
/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/client/
Dsession.py962 options_ptr = tf_session.TF_NewBufferFromString(
1267 options_ptr = tf_session.TF_NewBufferFromString(
1466 options_ptr = tf_session.TF_NewBufferFromString(
Dtf_session_wrapper.cc64 return TF_NewBufferFromString(static_cast<void*>(c_string), in ProtoStringToTFBuffer()
679 return TF_NewBufferFromString(buf.get()->data, buf.get()->length); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/c/
Dc_api.h118 TF_CAPI_EXPORT extern TF_Buffer* TF_NewBufferFromString(const void* proto,
Dc_api_test.cc279 TF_Buffer* run_options = TF_NewBufferFromString("", 0); in TEST()
1394 TF_Buffer* run_options = TF_NewBufferFromString("", 0); in TEST()
Dc_api.cc133 TF_Buffer* TF_NewBufferFromString(const void* proto, size_t proto_len) { in TF_NewBufferFromString() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc108 return TF_NewBufferFromString(static_cast<void*>(c_string), in ProtoStringToTFBuffer()
1367 m.def("TF_NewBufferFromString", &TF_NewBufferFromString, in PYBIND11_MODULE()