Home
last modified time | relevance | path

Searched defs:CreateOpKernel (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc1576 std::unique_ptr<OpKernel> CreateOpKernel( in CreateOpKernel() function
1592 std::unique_ptr<OpKernel> CreateOpKernel( in CreateOpKernel() function
1602 Status CreateOpKernel(DeviceType device_type, DeviceBase* device, in CreateOpKernel() function
1611 Status CreateOpKernel(DeviceType device_type, DeviceBase* device, in CreateOpKernel() function
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.cc303 Status DatasetOpsTestBase::CreateOpKernel( in CreateOpKernel() function in tensorflow::data::DatasetOpsTestBase