Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/c_api_function_test.cc

      TF_Operation* func_op = Use({func_feed});
      RunT({{func_feed, Int32Tensor({1, 2, 3, 4, 5, 6})}}, {{func_op, 0}},
           {{3, 4}});
      VerifyFDef({"split3_const0", "split3_0"}, M({{"feed"}}), M({{"split3"}}),
                 {{"split3_const0:output:0", "split3_0:0"},
                  {"feed", "split3_0:1"},
                  {"split3_0:output:1", "split3"}},
                 {});
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
Back to top