Home
last modified time | relevance | path

Searched defs:op_kernel (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/
Dthreadpool_device.cc155 bool ShouldLogInputsAndOutputs(OpKernel* op_kernel) { in ShouldLogInputsAndOutputs()
162 void ThreadPoolDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute()
176 void ThreadPoolDevice::ComputeAsync(AsyncOpKernel* op_kernel, in ComputeAsync()
193 void ThreadPoolDevice::LogInputs(OpKernel* op_kernel, in LogInputs()
208 void ThreadPoolDevice::LogOutputs(OpKernel* op_kernel, in LogOutputs()
Drenamed_device.h122 void Compute(OpKernel* op_kernel, OpKernelContext* context) override { in Compute()
126 void ComputeAsync(AsyncOpKernel* op_kernel, OpKernelContext* context, in ComputeAsync()
Dgraph_view.cc430 const OpKernel* op_kernel = item->kernel; in SetAllocAttrs() local
Dsingle_threaded_executor.cc220 OpKernel* op_kernel = kernel_state.kernel; in Initialize() local
/external/tensorflow/tensorflow/core/framework/
Ddevice.h87 virtual void Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute()
92 virtual void ComputeAsync(AsyncOpKernel* op_kernel, OpKernelContext* context, in ComputeAsync()
Dop_kernel_test.cc826 std::unique_ptr<OpKernel> op_kernel = in TEST_F() local
847 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local
900 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local
929 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local
941 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local
982 std::unique_ptr<OpKernel> op_kernel = in TEST_F() local
992 std::unique_ptr<OpKernel> op_kernel = in TEST_F() local
Dop_kernel.h562 OpKernel* op_kernel = nullptr; member
686 const OpKernel& op_kernel() const { return *params_->op_kernel; } in op_kernel() function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compilation_device.cc91 OpKernel* op_kernel, XlaContext& context) { in AttachLocationToMetadata()
101 void XlaCompilationDevice::Compute(OpKernel* op_kernel, in Compute()
Dconst_analysis.cc89 Status GetCompileTimeConstInputs(const NodeDef& node, const OpKernel* op_kernel, in GetCompileTimeConstInputs()
296 Status GetCompileTimeConstInputs(const OpKernel* op_kernel, in GetCompileTimeConstInputs()
Dxla_op_kernel.h307 const OpKernel& op_kernel() const { return context_->op_kernel(); } in op_kernel() function
Dgraph_compiler.cc140 std::unique_ptr<OpKernel> op_kernel(op_kernel_raw); in Compile() local
Dxla_op_registry.h199 static Status CompileTimeConstantInputs(const OpKernel& op_kernel, in CompileTimeConstantInputs()
Dxla_op_registry.cc389 const NodeDef& node_def, const OpKernel* op_kernel, const OpDef* op_def, in CompileTimeConstantInputs()
/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
Dpluggable_device.cc258 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()
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dop_kernel_runner.cc123 std::unique_ptr<OpKernel> op_kernel; in Create() local
132 std::unique_ptr<tensorflow::OpKernel> op_kernel) in OpKernelRunner()
Dop_kernel_runner.h86 tensorflow::OpKernel* op_kernel() const { return op_kernel_.get(); } in op_kernel() function
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_tfconv_op.h64 static void ConvertMklToTf(OpKernel* op_kernel, OpKernelContext* context, in ConvertMklToTf()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils.cc71 std::unique_ptr<OpKernel> op_kernel( in EvaluateNode() local
/external/tensorflow/tensorflow/lite/tools/
Dlist_flex_ops.cc39 Json::Value op_kernel(Json::arrayValue); in OpListToJSONString() local
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc534 string BaseGPUDevice::ComputeOpKernelDebugString(const OpKernel& op_kernel, in ComputeOpKernelDebugString()
559 bool ShouldLogInputsAndOutputs(OpKernel* op_kernel) { in ShouldLogInputsAndOutputs()
578 void BaseGPUDevice::LogInputs(OpKernel* op_kernel, OpKernelContext* context) { in LogInputs()
597 void BaseGPUDevice::LogOutputs(OpKernel* op_kernel, OpKernelContext* context) { in LogOutputs()
623 void BaseGPUDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute()
711 void BaseGPUDevice::ComputeAsync(AsyncOpKernel* op_kernel, in ComputeAsync()
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_impl_1.cc41 Status ValidateUnsortedSegmentReduction(OpKernel* op_kernel, in ValidateUnsortedSegmentReduction()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc438 void XlaDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute()
445 void XlaDevice::ComputeAsync(AsyncOpKernel* op_kernel, OpKernelContext* context, in ComputeAsync()
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_defun_op_test.cc107 Status CreateMapDefunContext(OpKernel* const op_kernel, in CreateMapDefunContext()
/external/tensorflow/tensorflow/core/data/
Ddataset_test_base.cc299 const NodeDef& node_def, std::unique_ptr<OpKernel>* op_kernel) { in CreateOpKernel()
418 Status DatasetOpsTestBase::RunOpKernel(OpKernel* op_kernel, in RunOpKernel()
917 const DatasetParams& dataset_params, std::unique_ptr<OpKernel>* op_kernel) { in MakeGetOptionsOpKernel()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc577 auto op_kernel = absl::WrapUnique(op_kernel_raw); in LegalizeOp() local

12