Home
last modified time | relevance | path

Searched refs:tf_buffer (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dc_api_util.py67 def tf_buffer(data=None): function
Dops.py2139 with c_api_util.tf_buffer() as buf:
2224 with c_api_util.tf_buffer() as buf:
2931 with c_api_util.tf_buffer() as buf:
3035 with c_api_util.tf_buffer() as buf:
3655 with c_api_util.tf_buffer() as buf:
Dimporter.py478 with c_api_util.tf_buffer(graph_def.SerializeToString()) as serialized:
Dfunction.py277 with c_api_util.tf_buffer() as buf:
/external/tensorflow/tensorflow/python/eager/
Dcontext.py451 with c_api_util.tf_buffer() as buffer_:
Dfunction.py274 with c_api_util.tf_buffer() as buffer_: