Home
last modified time | relevance | path

Searched refs:CustomKernelCreator (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.h41 void RegisterDefaultCustomKernelCreator(CustomKernelCreator cb);
60 CustomKernelCreator custom_kernel_creator,
Dprocess_function_library_runtime.h46 CustomKernelCreator custom_kernel_creator,
218 CustomKernelCreator custom_kernel_creator,
Dfunction.cc312 CustomKernelCreator custom_kernel_creator,
368 const CustomKernelCreator custom_kernel_creator_;
429 CustomKernelCreator custom_kernel_creator, in FunctionLibraryRuntimeImpl()
1195 CustomKernelCreator custom_creator = nullptr;
1197 void Set(CustomKernelCreator cb) { in Set()
1202 CustomKernelCreator Get() { in Get()
1215 void RegisterDefaultCustomKernelCreator(CustomKernelCreator cb) { in RegisterDefaultCustomKernelCreator()
1223 CustomKernelCreator custom_kernel_creator, in NewFunctionLibraryRuntime()
Dprocess_function_library_runtime.cc87 CustomKernelCreator custom_kernel_creator, in ProcessFunctionLibraryRuntime()
1005 CustomKernelCreator custom_kernel_creator, in Clone()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h720 CustomKernelCreator; typedef