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.h336 TF_CAPI_EXPORT extern void TF_SetAttrType(TF_OperationDescription* desc,
Dc_api_function_test.cc1284 TF_SetAttrType(desc, "dtype", TF_INT32); in NodeWithAttrHelper()
1732 TF_SetAttrType(desc, "Tcond", TF_BOOL); in TEST_F()
Dc_api.cc882 void TF_SetAttrType(TF_OperationDescription* desc, const char* attr_name, in TF_SetAttrType() function
1823 TF_SetAttrType(desc, "dtype", TF_OperationOutputType(parent_input)); in CreateInput()
Dc_api_test.cc1724 TF_SetAttrType(desc, "dtype", TF_FLOAT); in FloatConst2x2()
2113 TF_SetAttrType(desc, "v", TF_COMPLEX128); in TEST_F()
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc303 TF_SetAttrType(arg_descr, "dtype", TF_INT32); in TEST()
309 TF_SetAttrType(id_descr, "T", TF_INT32); in TEST()
379 TF_SetAttrType(arg_descr, "dtype", TF_INT32); in TEST()
385 TF_SetAttrType(id_descr, "T", TF_INT32); in TEST()
/external/tensorflow/tensorflow/go/
Dgraph.go407 C.TF_SetAttrType(cdesc, cAttrName, C.TF_DataType(value))
/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.cc644 TF_SetAttrType(desc, "dtype", dtype); in CreatePlaceholder()