HomeSort by relevance Sort by last modified time
    Searched defs:OutputTensor (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/graph/
graph.h 62 struct OutputTensor;
204 Status input_tensor(int idx, OutputTensor* t) const;
334 // that a single `OutputTensor` can correspond to multiple `Edge`s if the output
336 struct OutputTensor {
340 OutputTensor(Node* n, int i) : node(n), index(i) {}
341 OutputTensor() : node(nullptr), index(0) {}
343 // Returns true if this OutputTensor is identical to 'other'. Nodes are
345 bool operator==(const OutputTensor& other) const;
350 uint64 operator()(OutputTensor const& s) const;
646 OutputTensor cond_output
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/
lstm.cc 654 enum OutputTensor {
    [all...]

Completed in 101 milliseconds