Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutable_queue_closed_exception_types (0.22 sec)

  1. tensorflow/cc/training/queue_runner_test.cc

      }
      *queue_runner_def.mutable_close_op_name() = close_op;
      *queue_runner_def.mutable_cancel_op_name() = cancel_op;
      for (const auto& error_code : queue_closed_error_codes) {
        *queue_runner_def.mutable_queue_closed_exception_types()->Add() =
            error_code;
      }
      return queue_runner_def;
    }
    
    std::unique_ptr<Session> BuildSessionAndInitVariable(
        const GraphDef& graph_def) {
      SessionOptions options;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 21 06:27:51 UTC 2019
    - 14.7K bytes
    - Viewed (0)
Back to top