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

  /external/tensorflow/tensorflow/core/ops/compat/
op_compatibility_lib.cc 41 stable_ops_(stable_ops) {
56 if (stable_ops_ != nullptr) {
59 // We rely on stable_ops_ and op_list_ being in sorted order.
60 auto iter = stable_ops_->begin();
61 for (int cur = 0; iter != stable_ops_->end() && cur < op_list_.op_size();
72 for (; iter != stable_ops_->end(); ++iter) {
97 if (stable_ops_ != nullptr && stable_ops_->count(op_name) == 0) {
110 if (stable_ops_ != nullptr) {
176 if (stable_ops_ == nullptr && start < in_op_history.op_size())
    [all...]
op_compatibility_lib.h 67 const std::set<string>* stable_ops_; member in class:tensorflow::OpCompatibilityLib

Completed in 51 milliseconds