Searched refs:TFE_DeleteOp (Results 1 – 8 of 8) sorted by relevance
50 TFE_DeleteOp(matmul); in BM_InitOp()83 TFE_DeleteOp(matmul); in BM_Execute()196 TFE_DeleteOp(matmul); in TestRemoteExecute()282 TFE_DeleteOp(matmul); in TestRemoteExecuteSilentCopies()342 TFE_DeleteOp(matmul); in CheckRemoteMatMulExecutesOK()680 TFE_DeleteOp(matmul); in TensorHandleSilentCopy()726 TFE_DeleteOp(matmul); in TensorHandleSilentCopyLocal()766 TFE_DeleteOp(matmul); in SetAndGetOpDevices()862 TFE_DeleteOp(shape_op); in TEST()888 TFE_DeleteOp(matmul); in Execute_MatMul_CPU()[all …]
67 TFE_DeleteOp(matmul); in ExecuteWithProfiling()
271 TF_CAPI_EXPORT extern void TFE_DeleteOp(TFE_Op* op);
593 void TFE_DeleteOp(TFE_Op* op) { delete op; } in TFE_DeleteOp() function649 TFE_DeleteOp(op); in TFE_OpNameGetAttrType()
210 TFE_DeleteOp(matmul_op); in TEST()291 TFE_DeleteOp(send_op); in TEST()292 TFE_DeleteOp(recv_op); in TEST()394 TFE_DeleteOp(op); in TEST_F()418 TFE_DeleteOp(op); in TEST_F()446 TFE_DeleteOp(squeeze); in TEST_F()470 TFE_DeleteOp(identityn); in TEST_F()
8572 std::unique_ptr<TFE_Op, decltype(&TFE_DeleteOp)> queueOp( in createTFEQueue()8573 TFE_NewOp(ctx, "FIFOQueueV2", status), TFE_DeleteOp); in createTFEQueue()8605 std::unique_ptr<TFE_Op, decltype(&TFE_DeleteOp)> op_deleter(op, TFE_DeleteOp); in createTFEEnqueue()8627 std::unique_ptr<TFE_Op, decltype(&TFE_DeleteOp)> op_deleter(op, TFE_DeleteOp); in createTFEDequeue()
185 TFE_DeleteOp(op); \ in EagerCast()206 TFE_DeleteOp(op); in EagerCast()
742 TFE_DeleteOp(op); in TFE_Py_Execute()2216 auto cleaner = tensorflow::gtl::MakeCleanup([op] { TFE_DeleteOp(op); });2581 TFE_DeleteOp(op);