HomeSort by relevance Sort by last modified time
    Searched full:input_already_exists (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/graph/
graph_constructor.cc 193 // input_already_exists is a pre-initialized vector of length
197 std::vector<bool>* input_already_exists);
198 // input_already_exists is a pre-initialized vector of length
202 std::vector<bool>* input_already_exists);
203 void AddPrefixToNodeDef(const std::vector<bool>& input_already_exists,
209 void UniquifyNames(const std::vector<bool>& input_already_exists,
657 std::vector<bool>* input_already_exists) {
673 // Remove 'inputs_to_remove' from 'input_already_exists'
675 input_already_exists->erase(input_already_exists->begin() + idx)
890 std::vector<bool> input_already_exists; local
    [all...]

Completed in 67 milliseconds