Home
last modified time | relevance | path

Searched defs:AsAsync (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.h71 virtual AsyncEagerNode* AsAsync() { return nullptr; } in AsAsync() function
87 AsyncEagerNode* AsAsync() final { return this; } in AsAsync() function
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h136 virtual AsyncOpKernel* AsAsync() { return nullptr; } in AsAsync() function
225 AsyncOpKernel* AsAsync() override { return this; } in AsAsync() function
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_execute_op.cc596 AsyncOpKernel* TPUExecuteOp::AsAsync() { in AsAsync() function in tensorflow::TPUExecuteOp
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc952 AsyncOpKernel* IteratorGetNextOp::AsAsync() { in AsAsync() function in tensorflow::data::IteratorGetNextOp