Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice.h85 virtual void Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute()
90 virtual void ComputeAsync(AsyncOpKernel* op_kernel, OpKernelContext* context, in ComputeAsync()
Drenamed_device.h132 void Compute(OpKernel* op_kernel, OpKernelContext* context) override { in Compute()
136 void ComputeAsync(AsyncOpKernel* op_kernel, OpKernelContext* context, in ComputeAsync()
Dexecutor.cc818 const OpKernel* op_kernel = item->kernel; in SetAllocAttrs() local
1821 OpKernel* op_kernel = item.kernel; in Process() local
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_impl_1.cc41 void UnsortedSegmentReductionValidation(OpKernel* op_kernel, in UnsortedSegmentReductionValidation()
57 bool UnsortedSegmentReductionDoValidation(OpKernel* op_kernel, in UnsortedSegmentReductionDoValidation()
Dmkl_tfconv_op.h71 static void ConvertMklToTf(OpKernel* op_kernel, OpKernelContext* context, in ConvertMklToTf()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h250 const OpKernel& op_kernel() const { return context_->op_kernel(); } in op_kernel() function
Dconst_analysis.cc88 Status GetCompileTimeConstInputs(const NodeDef& node, const OpKernel* op_kernel, in GetCompileTimeConstInputs()
258 Status GetCompileTimeConstInputs(const OpKernel* op_kernel, in GetCompileTimeConstInputs()
Dxla_compilation_device.cc86 void XlaCompilationDevice::Compute(OpKernel* op_kernel, in Compute()
Dgraph_compiler.cc138 std::unique_ptr<OpKernel> op_kernel(op_kernel_raw); in Compile() local
Dxla_op_registry.h195 static Status CompileTimeConstantInputs(const OpKernel& op_kernel, in CompileTimeConstantInputs()
Dxla_op_registry.cc369 const NodeDef& node_def, const OpKernel* op_kernel, const OpDef* op_def, in CompileTimeConstantInputs()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compile_on_demand_op.cc95 const OpKernel* op_kernel, int64 argument_idx, in MustArgumentBeConstant()
110 const OpKernel* op_kernel, int64 argument_idx, in ShouldArgumentBeConstant()
Dxla_device.cc408 void XlaDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute()
415 void XlaDevice::ComputeAsync(AsyncOpKernel* op_kernel, OpKernelContext* context, in ComputeAsync()
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.cc28 void SYCLDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils.cc71 std::unique_ptr<OpKernel> op_kernel( in EvaluateNode() local
/external/tensorflow/tensorflow/core/framework/
Dop_kernel_test.cc885 std::unique_ptr<OpKernel> op_kernel = in TEST_F() local
906 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local
959 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local
988 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local
1000 std::unique_ptr<OpKernel> op_kernel = ExpectSuccess( in TEST_F() local
1041 std::unique_ptr<OpKernel> op_kernel = in TEST_F() local
1051 std::unique_ptr<OpKernel> op_kernel = in TEST_F() local
Dop_kernel.h632 OpKernel* op_kernel = nullptr; member
748 const OpKernel& op_kernel() const { return *params_->op_kernel; } in op_kernel() function
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_defun_op_test.cc107 Status CreateMapDefunContext(OpKernel* const op_kernel, in CreateMapDefunContext()
Dsingle_threaded_executor.cc167 OpKernel* op_kernel = kernel_state.kernel; in Initialize() local
Ddataset_test_base.cc305 const NodeDef& node_def, std::unique_ptr<OpKernel>* op_kernel) { in CreateOpKernel()
410 Status DatasetOpsTestBase::RunOpKernel(OpKernel* op_kernel, in RunOpKernel()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc472 string BaseGPUDevice::ComputeOpKernelDebugString(const OpKernel& op_kernel, in ComputeOpKernelDebugString()
479 void BaseGPUDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute()
558 void BaseGPUDevice::ComputeAsync(AsyncOpKernel* op_kernel, in ComputeAsync()