Home
last modified time | relevance | path

Searched refs:TF_OperationInputType (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/go/
Doperation.go183 return DataType(C.TF_OperationInputType(p.c()))
/external/tensorflow/tensorflow/c/
Dc_api.h636 TF_CAPI_EXPORT extern TF_DataType TF_OperationInputType(TF_Input oper_in);
Dc_api_test.cc508 EXPECT_EQ(TF_INT32, TF_OperationInputType(TF_Input{add, 0})); in TEST()
509 EXPECT_EQ(TF_INT32, TF_OperationInputType(TF_Input{add, 1})); in TEST()
Dc_api.cc1540 TF_DataType TF_OperationInputType(TF_Input oper_in) { in TF_OperationInputType() function
/external/tensorflow/tensorflow/python/framework/
Dops.py2387 dtypes.as_dtype(c_api.TF_OperationInputType(self._tf_input(i)))