Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reshape_input (0.1 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

                                ops::Const(root.WithOpName("maxval"), 20));
      Output reshape_input =
          ops::Placeholder(root.WithOpName("reshape_input"), DT_FLOAT,
                           ops::Placeholder::Shape(TensorShape({500, 500})));
      Output reshape =
          ops::Reshape(root.WithOpName("reshape"), reshape_input, shape);
    
      std::unique_ptr<Graph> graph(new Graph(OpRegistry::Global()));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
Back to top