Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Split3Helper (0.08 sec)

  1. tensorflow/c/c_test_util.cc

          TF_NewOperation(graph, "RandomUniform", "random_uniform");
      TF_AddInput(desc, {shape, 0});
      TF_SetAttrType(desc, "dtype", dtype);
      return TF_FinishOperation(desc, s);
    }
    
    void Split3Helper(TF_Operation* input, TF_Graph* graph, TF_Status* s,
                      const char* name, TF_Operation** op) {
      TF_Operation* zero =
          ScalarConst(0, graph, s, absl::StrCat(name, "_const0").c_str());
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Sat Oct 04 05:55:32 UTC 2025
    - 17.8K bytes
    - Viewed (1)
Back to top