Home
last modified time | relevance | path

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

/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.h602 OpKernel* op_kernel = nullptr; member
721 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()
Dxla_op_kernel.h262 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()
287 Status GetCompileTimeConstInputs(const OpKernel* op_kernel, in GetCompileTimeConstInputs()
Dgraph_compiler.cc141 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/
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
Dexecutor.cc556 OpKernel* op_kernel = item.kernel; in ProcessSync() local
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_impl_1.cc43 void UnsortedSegmentReductionValidation(OpKernel* op_kernel, in UnsortedSegmentReductionValidation()
59 bool UnsortedSegmentReductionDoValidation(OpKernel* op_kernel, in UnsortedSegmentReductionDoValidation()
/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/compiler/jit/
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/kernels/data/
Dmap_defun_op_test.cc107 Status CreateMapDefunContext(OpKernel* const op_kernel, in CreateMapDefunContext()
Dsingle_threaded_executor.cc212 OpKernel* op_kernel = kernel_state.kernel; in Initialize() local
Ddataset_test_base.cc304 const NodeDef& node_def, std::unique_ptr<OpKernel>* op_kernel) { in CreateOpKernel()
423 Status DatasetOpsTestBase::RunOpKernel(OpKernel* op_kernel, in RunOpKernel()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc444 auto op_kernel = absl::WrapUnique(op_kernel_raw); in LegalizeOp() local
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc531 string BaseGPUDevice::ComputeOpKernelDebugString(const OpKernel& op_kernel, in ComputeOpKernelDebugString()
538 void BaseGPUDevice::Compute(OpKernel* op_kernel, OpKernelContext* context) { in Compute()
615 void BaseGPUDevice::ComputeAsync(AsyncOpKernel* op_kernel, in ComputeAsync()