Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildSimpleGraph (0.18 sec)

  1. tensorflow/cc/training/queue_runner_test.cc

    constexpr char kQueueName[] = "unit_test";
    constexpr char kQueueName0[] = "q0";
    constexpr char kQueueName1[] = "q1";
    constexpr char kSquareOpName[] = "square";
    constexpr char kVarOpName[] = "var";
    
    GraphDef BuildSimpleGraph() {
      Scope root = Scope::NewRootScope();
      auto init_value = Const(root, 0);
      auto var = Variable(root.WithOpName(kVarOpName), TensorShape({}),
                          DataType::DT_INT32);
    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