Home
last modified time | relevance | path

Searched refs:get_session_tensor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dsession_ops_test.py45 f, x = session_ops.get_session_tensor(h.handle, dtypes.int32)
88 f, x = session_ops.get_session_tensor(h.handle, dtypes.int32)
106 f, x = session_ops.get_session_tensor(h.handle, dtypes.int32)
124 f, x = session_ops.get_session_tensor(h.handle, dtypes.int32)
147 f, x = session_ops.get_session_tensor(h.handle, dtypes.int32)
193 a_p, a_t = session_ops.get_session_tensor(a_handle.handle, dtypes.float32)
194 b_p, b_t = session_ops.get_session_tensor(b_handle.handle, dtypes.float32)
213 add_h1, add_t1 = session_ops.get_session_tensor(one_handle.handle,
215 add_h2, add_t2 = session_ops.get_session_tensor(x_handle.handle,
238 a_p, a_t = session_ops.get_session_tensor(a_handle.handle, dtypes.float32)
[all …]
/external/tensorflow/tensorflow/python/ops/
Dsession_ops.py183 def get_session_tensor(handle, dtype, name=None): function
219 tensor = gen_data_flow_ops.get_session_tensor(holder, dtype, name=name)
265 reader = gen_data_flow_ops.get_session_tensor(holder, dtype)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.pbtxt1328 name: "get_session_tensor"