Searched refs:TF_OperationOpType (Results 1 – 7 of 7) sorted by relevance
40 return C.GoString(C.TF_OperationOpType(op.c))
58 return env->NewStringUTF(TF_OperationOpType(op)); in Java_org_tensorflow_Operation_type()
132 %typemap(out) const char* TF_OperationOpType {
626 TF_CAPI_EXPORT extern const char* TF_OperationOpType(TF_Operation* oper);
466 EXPECT_EQ(string("Placeholder"), string(TF_OperationOpType(feed))); in TEST()499 EXPECT_EQ(string("AddN"), string(TF_OperationOpType(add))); in TEST()
1505 const char* TF_OperationOpType(TF_Operation* oper) { in TF_OperationOpType() function
2459 return c_api.TF_OperationOpType(self._c_op)