Home
last modified time | relevance | path

Searched refs:GetKernel (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_reducer_test.cc43 std::unique_ptr<OpKernel> GetKernel(const NodeDef& node, DeviceBase* device) { in GetKernel() function
59 return GetKernel(node_def, device); in GetAdd()
69 return GetKernel(node_def, device); in GetDiv()
212 return GetKernel(node_def, device); in GetCollectiveReduce()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.h29 TfLiteRegistration GetKernel();
Ddelegate.cc69 context->ReplaceNodeSubsetsWithDelegateKernels(context, GetKernel(), in Prepare()
Dkernel_test.cc35 context, flex::GetKernel(), size_and_nodes, delegate)); in GenericPrepare()
Dkernel.cc560 TfLiteRegistration GetKernel() { in GetKernel() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dkernel_thunk.cc61 if (!executor->GetKernel(*loader_spec_, &it->second)) { in Initialize()
/external/tensorflow/tensorflow/core/common_runtime/
Dring_reducer_test.cc97 std::unique_ptr<OpKernel> GetKernel(const NodeDef& node, in GetKernel() function
118 return GetKernel(node_def, device_type, device); in GetAdd()
129 return GetKernel(node_def, device_type, device); in GetDiv()
381 return GetKernel(node_def, device_type, device); in GetCollectiveReduce()
Dhierarchical_tree_broadcaster_test.cc358 std::unique_ptr<OpKernel> GetKernel(const NodeDef& node, in GetKernel() function in tensorflow::__anonf709145b0111::HierarchicalTreeBroadcasterTest
386 return GetKernel(node_def, device_type, device); in GetCollectiveBcastSend()
403 return GetKernel(node_def, device_type, device); in GetCollectiveBcastRecv()
Dring_gatherer_test.cc97 std::unique_ptr<OpKernel> GetKernel(const NodeDef& node, in GetKernel() function
358 return GetKernel(node_def, device_type, device); in GetCollectiveGather()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h61 bool GetKernel(const MultiKernelLoaderSpec &spec, in GetKernel() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h53 bool GetKernel(const MultiKernelLoaderSpec &spec, in GetKernel() function
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h182 virtual bool GetKernel(const MultiKernelLoaderSpec &spec, in GetKernel() function
Dstream_executor_pimpl.cc234 bool StreamExecutor::GetKernel(const MultiKernelLoaderSpec &spec, in GetKernel() function in stream_executor::StreamExecutor
236 return implementation_->GetKernel(spec, kernel); in GetKernel()
Dstream_executor_pimpl.h105 bool GetKernel(const MultiKernelLoaderSpec &spec, KernelBase *kernel);
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h64 bool GetKernel(const MultiKernelLoaderSpec& spec,
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc221 bool GpuExecutor::GetKernel(const MultiKernelLoaderSpec& spec, in GetKernel() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc267 bool GpuExecutor::GetKernel(const MultiKernelLoaderSpec& spec, in GetKernel() function in stream_executor::gpu::GpuExecutor