Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Deager_executor.h71 virtual AsyncEagerNode* AsAsync() { return nullptr; } in AsAsync() function
87 AsyncEagerNode* AsAsync() final { return this; } in AsAsync() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h147 virtual AsyncOpKernel* AsAsync() { return nullptr; } in AsAsync() function
236 AsyncOpKernel* AsAsync() override { return this; } in AsAsync() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_execute_op.cc591 AsyncOpKernel* TPUExecuteOp::AsAsync() { in AsAsync() function in tensorflow::TPUExecuteOp
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Diterator_ops.cc883 AsyncOpKernel* IteratorGetNextOp::AsAsync() { in AsAsync() function in tensorflow::data::IteratorGetNextOp