- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Split3Helper (0.07 sec)
-
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, ::tensorflow::strings::StrCat(name, "_const0").c_str());
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Oct 15 03:16:52 UTC 2021 - 17.8K bytes - Viewed (0)