Searched refs:TFE_DeleteOp (Results 1 – 12 of 12) sorted by relevance
118 TFE_DeleteOp(matmul_op); in TEST()199 TFE_DeleteOp(send_op); in TEST()200 TFE_DeleteOp(recv_op); in TEST()314 TFE_DeleteOp(matmul_op); in TEST_F()333 TFE_DeleteOp(reshape_op); in TEST_F()349 TFE_DeleteOp(fill_op); in TEST_F()
351 std::unique_ptr<TFE_Op, decltype(&TFE_DeleteOp)> queueOp( in createTFEQueue()352 TFE_NewOp(ctx, "FIFOQueueV2", status), TFE_DeleteOp); in createTFEQueue()384 std::unique_ptr<TFE_Op, decltype(&TFE_DeleteOp)> op_deleter(op, TFE_DeleteOp); in createTFEEnqueue()406 std::unique_ptr<TFE_Op, decltype(&TFE_DeleteOp)> op_deleter(op, TFE_DeleteOp); in createTFEDequeue()
51 TFE_DeleteOp(matmul); in BM_InitOp()87 TFE_DeleteOp(matmul); in BM_Execute()122 TFE_DeleteOp(identity); in BM_Execute_Identity()394 TFE_DeleteOp(matmul); in TensorHandleSilentCopy()442 TFE_DeleteOp(matmul); in TensorHandleSilentCopyLocal()484 TFE_DeleteOp(matmul); in SetAndGetOpDevices()580 TFE_DeleteOp(shape_op); in TEST()608 TFE_DeleteOp(matmul); in Execute_MatMul_CPU()650 TFE_DeleteOp(matmul); in Execute_MatMul_CPU_Runtime_Error()687 TFE_DeleteOp(matmul2); in Execute_MatMul_CPU_Runtime_Error()[all …]
113 TFE_DeleteOp(matmul); in TestRemoteExecute()201 TFE_DeleteOp(matmul); in TestRemoteExecuteSilentCopies()276 TFE_DeleteOp(matmul); in TestRemoteExecuteDeleteContextWithOutstandingRPC()334 TFE_DeleteOp(matmul); in CheckRemoteMatMulExecutesOK()
65 TFE_DeleteOp(matmul); in ExecuteWithProfiling()350 TFE_DeleteOp(op); in TEST()429 TFE_DeleteOp(op); in TEST()471 TFE_DeleteOp(matmul); in Executor_MatMul_CPU()
252 TF_CAPI_EXPORT extern void TFE_DeleteOp(TFE_Op* op);
1218 void TFE_DeleteOp(TFE_Op* op) { delete op; } in TFE_DeleteOp() function1278 TFE_DeleteOp(op); in TFE_OpNameGetAttrType()
53 TFE_DeleteOp(reinterpret_cast<TFE_Op*>(handle)); in Java_org_tensorflow_EagerOperation_delete()
88 TFE_DeleteOp(reinterpret_cast<TFE_Op*>(op_handle)); in Java_org_tensorflow_EagerOperationBuilder_delete()
111 auto clean_op = MakeCleanup([op] { TFE_DeleteOp(op); }); in EvaluateOperation()
208 TFE_DeleteOp(op); \ in EagerCast()228 TFE_DeleteOp(op); in EagerCast()
3232 auto cleaner = tensorflow::gtl::MakeCleanup([op] { TFE_DeleteOp(op); });