Home
last modified time | relevance | path

Searched refs:BatchFunctionKernel (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbatch_kernels.cc237 BatchFunctionKernel::BatchFunctionKernel(OpKernelConstruction* c) in BatchFunctionKernel() function in tensorflow::BatchFunctionKernel
286 bool BatchFunctionKernel::IsExpensive() { return false; } in IsExpensive()
288 void BatchFunctionKernel::ComputeAsync(OpKernelContext* c, DoneCallback done) { in ComputeAsync()
363 Status BatchFunctionKernel::InstantiateFunction( in InstantiateFunction()
423 Status BatchFunctionKernel::GetOrCreateFunctionHandle( in GetOrCreateFunctionHandle()
439 Status BatchFunctionKernel::ValidateAllowedBatchSizes() const { in ValidateAllowedBatchSizes()
470 void BatchFunctionKernel::SetAdaptiveBatchSchedulerOptions( in SetAdaptiveBatchSchedulerOptions()
523 BatchFunctionKernel);
531 BatchFunctionKernel);
537 BatchFunctionKernel);
H A Dbatch_kernels_test.cc27 BatchFunctionKernel* batch_kernel = in TEST_P()
28 dynamic_cast<BatchFunctionKernel*>(op_kernel()); in TEST_P()
H A Dbatch_kernel_test_util.h31 explicit BatchFunctionKernelTestAccess(BatchFunctionKernel* kernel);
36 BatchFunctionKernel* const kernel_;
H A Dbatch_kernels.h49 class BatchFunctionKernel : public AsyncOpKernel {
51 explicit BatchFunctionKernel(OpKernelConstruction* c);
H A Dbatch_kernel_test_util.cc22 BatchFunctionKernel* kernel) in BatchFunctionKernelTestAccess()