Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TensorListElementShape (0.21 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      // because it would be trivial.
      Output dummy_cast =
          ops::Cast(root.WithOpName("test/dummy_cast"), dummy_input, DT_INT32);
    
      Output tensor_list_element_shape = ops::TensorListElementShape(
          root.WithOpName("test/tensor_list_element_shape"), variant_input,
          DT_INT32);
    
      root.graph()->AddControlEdge(dummy_cast.node(),
                                   tensor_list_element_shape.node());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top