Searched refs:TF_DeleteAbstractOp (Results 1 – 3 of 3) sorted by relevance
87 TF_DeleteAbstractOp(op); in TEST_P()152 TF_DeleteAbstractOp(op); in TEST_P()233 TF_DeleteAbstractOp(op); in TEST_P()319 TF_DeleteAbstractOp(op); in TEST_P()383 TF_DeleteAbstractOp(add_op); in TEST_P()431 TF_DeleteAbstractOp(fn_op); in TEST_P()474 TF_DeleteAbstractOp(matmul_op); in TEST_P()538 TF_DeleteAbstractOp(fn_op); in TEST_P()577 TF_DeleteAbstractOp(add_op); in TEST_P()599 TF_DeleteAbstractOp(add_op); in TEST_P()[all …]
81 void TF_DeleteAbstractOp(TF_AbstractOp*);
171 void TF_DeleteAbstractOp(TF_AbstractOp* op) { unwrap(op)->Release(); } in TF_DeleteAbstractOp() function