MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RandomUniform

Function RandomUniform

tensorflow/c/c_test_util.cc:277–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277TF_Operation* RandomUniform(TF_Operation* shape, TF_DataType dtype,
278 TF_Graph* graph, TF_Status* s) {
279 TF_OperationDescription* desc =
280 TF_NewOperation(graph, "RandomUniform", "random_uniform");
281 TF_AddInput(desc, {shape, 0});
282 TF_SetAttrType(desc, "dtype", dtype);
283 return TF_FinishOperation(desc, s);
284}
285
286void Split3Helper(TF_Operation* input, TF_Graph* graph, TF_Status* s,
287 const char* name, TF_Operation** op) {

Callers 1

DefineStatefulFunctionFunction · 0.70

Calls 4

TF_NewOperationFunction · 0.85
TF_AddInputFunction · 0.85
TF_SetAttrTypeFunction · 0.85
TF_FinishOperationFunction · 0.85

Tested by

no test coverage detected