Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shape_of_mul (0.11 sec)

  1. tensorflow/compiler/jit/partially_decluster_pass_test.cc

                                        ops::Placeholder::Attrs{});
      Output mul = ops::Mul(s.WithOpName("mul"), input_b, input_b);
      Output shape_of_mul = ops::Shape(s.WithOpName("shape_of_mul"), mul);
    
      Output shape = ops::Add(s.WithOpName("shape"), shape_of_mul, input_a);
    
      Output reshape_input = ops::Placeholder(s.WithOpName("reshape_input"),
                                              DT_FLOAT, ops::Placeholder::Attrs{});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 10 12:32:39 UTC 2022
    - 23K bytes
    - Viewed (0)
Back to top