Home
last modified time | relevance | path

Searched refs:TF_SetAttrType (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_test_util.cc112 TF_SetAttrType(desc, "dtype", dtype); in PlaceholderHelper()
133 TF_SetAttrType(desc, "dtype", TF_TensorType(t)); in ConstHelper()
282 TF_SetAttrType(desc, "dtype", dtype); in RandomUniform()
294 TF_SetAttrType(desc, "T", TF_INT32); in Split3Helper()
Dc_api.h545 TF_CAPI_EXPORT extern void TF_SetAttrType(TF_OperationDescription* desc,
Dc_api_test.cc1723 TF_SetAttrType(desc, "dtype", TF_FLOAT); in FloatConst2x2()
2112 TF_SetAttrType(desc, "v", TF_COMPLEX128); in TEST_F()
Dc_api.cc1306 void TF_SetAttrType(TF_OperationDescription* desc, const char* attr_name, in TF_SetAttrType() function
2233 TF_SetAttrType(desc, "dtype", TF_OperationOutputType(parent_input)); in CreateInput()
Dc_api_function_test.cc1695 TF_SetAttrType(desc, "Tcond", TF_BOOL); in TEST_F()
Dc_api_experimental.cc9036 TF_SetAttrType(desc, "dtype", in getOrCreateSymbolicTensor()
/external/tensorflow/tensorflow/go/
Dgraph.go414 C.TF_SetAttrType(cdesc, cAttrName, C.TF_DataType(value))
/external/tensorflow/tensorflow/c/eager/
Dc_api_test.cc1172 TF_SetAttrType(arg_descr, "dtype", TF_INT32); in TEST()
1178 TF_SetAttrType(id_descr, "T", TF_INT32); in TEST()
1239 TF_SetAttrType(arg_descr, "dtype", TF_INT32); in TEST()
1245 TF_SetAttrType(id_descr, "T", TF_INT32); in TEST()