Searched refs:TF_NewBufferFromString (Results 1 – 9 of 9) sorted by relevance
50 TF_NewBufferFromString(static_cast<void*>(run_options_data), sz); in Java_org_tensorflow_SavedModelBundle_load()
172 TF_NewBufferFromString(static_cast<void*>(jrun_options_data), sz)); in Java_org_tensorflow_Session_run()
102 TF_NewBufferFromString(bytes, env->GetArrayLength(graph_def)); in Java_org_tensorflow_Graph_importGraphDef()
165 buf = c_api.TF_NewBufferFromString(compat.as_bytes(data))
2526 buf = c_api.TF_NewBufferFromString(
924 options_ptr = tf_session.TF_NewBufferFromString(1228 options_ptr = tf_session.TF_NewBufferFromString(1421 options_ptr = tf_session.TF_NewBufferFromString(
195 TF_CAPI_EXPORT extern TF_Buffer* TF_NewBufferFromString(const void* proto,
276 TF_Buffer* run_options = TF_NewBufferFromString("", 0); in TEST()1357 TF_Buffer* run_options = TF_NewBufferFromString("", 0); in TEST()
396 TF_Buffer* TF_NewBufferFromString(const void* proto, size_t proto_len) { in TF_NewBufferFromString() function