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

  /external/tensorflow/tensorflow/core/grappler/
utils.h 100 bool IsSameInput(const string& name1, const string& name2);
utils.cc 118 bool IsSameInput(const string& name1, const string& name2) {
  /art/compiler/optimizing/
intrinsics_x86.cc     [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.cc 198 if (IsSameInput(node->input(0), input_name)) {
    [all...]

Completed in 222 milliseconds