MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RunOpKernel

Method RunOpKernel

tensorflow/core/kernels/data/dataset_test_base.cc:446–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446Status DatasetOpsTestBase::RunOpKernel(OpKernel* op_kernel,
447 OpKernelContext* context) {
448 device_->Compute(op_kernel, context);
449 return context->status();
450}
451
452Status DatasetOpsTestBase::RunFunction(
453 const FunctionDef& fdef, test::function::Attrs attrs,

Callers 2

BM_ScatterNdHelperFunction · 0.45
BM_ScatterHelperFunction · 0.45

Calls 2

ComputeMethod · 0.45
statusMethod · 0.45

Tested by

no test coverage detected