/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | threadpool_device.cc | 166 bool ShouldLogInputsAndOutputs(OpKernel* op_kernel) { in ShouldLogInputsAndOutputs() 177 void ThreadPoolDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute() 199 void ThreadPoolDevice::ComputeAsync(AsyncOpKernel* op_kernel, in ComputeAsync() 216 void ThreadPoolDevice::LogInputs(OpKernel* op_kernel, in LogInputs() 231 void ThreadPoolDevice::LogOutputs(OpKernel* op_kernel, in LogOutputs()
|
H A D | renamed_device.h | 123 void Compute(OpKernel* op_kernel, OpKernelContext* context) override { in Compute() 127 void ComputeAsync(AsyncOpKernel* op_kernel, OpKernelContext* context, in ComputeAsync()
|
H A D | node_file_writer.cc | 127 Status NodeFileWriter::RecordNodeExecution(OpKernel* op_kernel, in RecordNodeExecution()
|
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/ |
H A D | oss_proxy_executor.cpp | 19 OSSOpKernel& op_kernel) { in prefill_stack_with_static_arguments() 231 OSSOpKernel& op_kernel) { in get_input_info_from_serialized() 248 OSSOpKernel& op_kernel) { in get_output_info_from_serialized() 349 OSSOpKernel op_kernel(target, op_handle); in OSSProxyExecutor() local 366 OSSOpKernel& op_kernel = op_kernels_[extern_node_index]; in call_function() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | op_kernel_test.cc | 710 std::unique_ptr<OpKernel> op_kernel = in TEST_F() local 731 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local 784 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local 821 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local 833 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local 867 std::unique_ptr<OpKernel> op_kernel = in TEST_F() local 877 std::unique_ptr<OpKernel> op_kernel = in TEST_F() local
|
H A D | device.h | 87 virtual void Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute() 92 virtual void ComputeAsync(AsyncOpKernel* op_kernel, OpKernelContext* context, in ComputeAsync()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/ |
H A D | pluggable_device.cc | 258 string PluggableDevice::ComputeOpKernelDebugString(const OpKernel& op_kernel, in ComputeOpKernelDebugString() 265 void PluggableDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute() 304 void PluggableDevice::ComputeAsync(AsyncOpKernel* op_kernel, in ComputeAsync()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | xla_compilation_device.cc | 91 OpKernel* op_kernel, XlaContext& context) { in AttachLocationToMetadata() 101 void XlaCompilationDevice::Compute(OpKernel* op_kernel, in Compute()
|
H A D | const_analysis.cc | 89 Status GetCompileTimeConstInputs(const NodeDef& node, const OpKernel* op_kernel, in GetCompileTimeConstInputs() 296 Status GetCompileTimeConstInputs(const OpKernel* op_kernel, in GetCompileTimeConstInputs()
|
H A D | xla_op_kernel.h | 312 const OpKernel& op_kernel() const { return context_->op_kernel(); } in op_kernel() function
|
H A D | graph_compiler.cc | 141 std::unique_ptr<OpKernel> op_kernel(op_kernel_raw); in Compile() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
H A D | gpu_device.cc | 557 string BaseGPUDevice::ComputeOpKernelDebugString(const OpKernel& op_kernel, in ComputeOpKernelDebugString() 582 bool ShouldLogInputsAndOutputs(OpKernel* op_kernel) { in ShouldLogInputsAndOutputs() 601 void BaseGPUDevice::LogInputs(OpKernel* op_kernel, OpKernelContext* context) { in LogInputs() 620 void BaseGPUDevice::LogOutputs(OpKernel* op_kernel, OpKernelContext* context) { in LogOutputs() 646 void BaseGPUDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute() 741 void BaseGPUDevice::ComputeAsync(AsyncOpKernel* op_kernel, in ComputeAsync()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/fallback/ |
H A D | op_kernel_runner.cc | 126 std::unique_ptr<OpKernel> op_kernel; in Create() local 135 std::unique_ptr<tensorflow::OpKernel> op_kernel) in OpKernelRunner()
|
H A D | op_kernel_runner.h | 67 tensorflow::OpKernel* op_kernel() const { return op_kernel_.get(); } in op_kernel() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
H A D | op_kernel_runner.cc | 123 std::unique_ptr<OpKernel> op_kernel; in Create() local 132 std::unique_ptr<tensorflow::OpKernel> op_kernel) in OpKernelRunner()
|
H A D | op_kernel_runner.h | 86 tensorflow::OpKernel* op_kernel() const { return op_kernel_.get(); } in op_kernel() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | xla_device.cc | 438 void XlaDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute() 445 void XlaDevice::ComputeAsync(AsyncOpKernel* op_kernel, OpKernelContext* context, in ComputeAsync()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | dataset_test_base.cc | 299 const NodeDef& node_def, std::unique_ptr<OpKernel>* op_kernel) { in CreateOpKernel() 428 Status DatasetOpsTestBase::RunOpKernel(OpKernel* op_kernel, in RunOpKernel() 927 const DatasetParams& dataset_params, std::unique_ptr<OpKernel>* op_kernel) { in MakeGetOptionsOpKernel()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/ |
H A D | mkl_tfconv_op.h | 64 static void ConvertMklToTf(OpKernel* op_kernel, OpKernelContext* context, in ConvertMklToTf()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | evaluation_utils.cc | 71 std::unique_ptr<OpKernel> op_kernel( in EvaluateNode() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/ |
H A D | list_flex_ops.cc | 39 Json::Value op_kernel(Json::arrayValue); in OpListToJSONString() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/utils/ |
H A D | eval_utils.cc | 114 std::unique_ptr<tensorflow::OpKernel> op_kernel = tensorflow::CreateOpKernel( in EvaluateOperation() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | segment_reduction_ops_impl_1.cc | 41 Status ValidateUnsortedSegmentReduction(OpKernel* op_kernel, in ValidateUnsortedSegmentReduction()
|
H A D | ops_testutil.cc | 221 OpKernel* OpsTestBase::op_kernel() { return kernel_.get(); } in op_kernel() function in tensorflow::OpsTestBase
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/ |
H A D | map_defun_op_test.cc | 107 Status CreateMapDefunContext(OpKernel* const op_kernel, in CreateMapDefunContext()
|