Home
last modified time | relevance | path

Searched defs:CreateKernel (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_kernel_creator.cc28 Status XlaKernelCreator::CreateKernel(FunctionLibraryRuntime* flr, in CreateKernel() function in tensorflow::XlaKernelCreator
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_executor_util.cc193 StatusOr<std::unique_ptr<se::KernelBase>> CreateKernel( in CreateKernel() function
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc259 Status FunctionLibraryRuntimeOverlay::CreateKernel(const NodeDef&, OpKernel**) { in CreateKernel() function in tensorflow::FunctionLibraryRuntimeOverlay
592 Status FunctionLibraryRuntimeImpl::CreateKernel(const NodeDef& ndef, in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl
597 Status FunctionLibraryRuntimeImpl::CreateKernel(const NodeDef& ndef, in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl
/external/tensorflow/tensorflow/core/kernels/
Dscale_and_translate_op_test.cc56 std::unique_ptr<const DynamicKernel> CreateKernel(const KernelType& kernel) { in CreateKernel() function