Searched refs:TFE_OpGetOutputLength (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/java/src/main/native/ |
D | eager_operation_jni.cc | 84 int length = TFE_OpGetOutputLength(op, cname, status); in Java_org_tensorflow_EagerOperation_outputListLength()
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.h | 376 TF_CAPI_EXPORT extern int TFE_OpGetOutputLength(TFE_Op* op,
|
D | c_api_test.cc | 1606 EXPECT_EQ(-1, TFE_OpGetOutputLength(identityOp, "output", status)); in TEST() 1616 EXPECT_EQ(2, TFE_OpGetOutputLength(identityOp, "output", status)); in TEST() 1627 EXPECT_EQ(2, TFE_OpGetOutputLength(identityOp, "output", status)); in TEST() 1656 EXPECT_EQ(-1, TFE_OpGetOutputLength(identityOp, "cheese", status)); in TEST()
|
D | c_api.cc | 885 TF_CAPI_EXPORT extern int TFE_OpGetOutputLength(TFE_Op* op, in TFE_OpGetOutputLength() function
|
/external/tensorflow/tensorflow/c/eager/parallel_device/ |
D | parallel_device.cc | 112 int expected_outputs = TFE_OpGetOutputLength(op.get(), "outputs", status); in ExecuteWithSpecialOps()
|