HomeSort by relevance Sort by last modified time
    Searched refs:tf_output (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/framework/
c_api_util.py 99 def tf_output(c_op, index): function
100 """Returns a wrapped TF_Output with specified operation and index.
107 Wrapped TF_Output
109 ret = c_api.TF_Output()
ops.py 557 return c_api_util.tf_output(self.op._c_op, self.value_index)
    [all...]
  /external/tensorflow/tensorflow/python/client/
tf_session.i 32 std::vector<TF_Output>* vec,
41 TF_Output* input_ptr;
44 *error_msg = "expected Python list of wrapped TF_Output objects. "
53 // Helper function to convert a TF_Output to a wrapped TF_Output Python object.
54 PyObject* CreateWrappedTFOutput(TF_Output tf_output) {
56 // generates by default for functions returning TF_Output).
57 TF_Output* tf_output_ptr = new TF_Output(tf_output)
    [all...]

Completed in 287 milliseconds