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

  /external/tensorflow/tensorflow/python/client/
tf_session.i 28 // TF_Outputs.
183 // Build a Python list of TF_Outputs and return it.
192 const std::vector<TF_Output>& tf_outputs = $1;
193 for (size_t i = 0; i < tf_outputs.size(); ++i) {
194 PyList_SET_ITEM($result, i, CreateWrappedTFOutput(tf_outputs[i]));
355 // Converts input Python list of wrapped TF_Outputs into a single array
  /external/tensorflow/tensorflow/c/
c_api.cc     [all...]
  /external/tensorflow/tensorflow/python/framework/
ops.py     [all...]

Completed in 76 milliseconds