Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_test.cc52 std::unique_ptr<OpKernel> GetKernel(const NodeDef& node, DeviceBase* device) { in GetKernel() function
68 return GetKernel(node_def, device); in GetAdd()
78 return GetKernel(node_def, device); in GetDiv()
244 return GetKernel(node_def, device); in GetCollectiveReduceOpKernel()
/external/tensorflow/tensorflow/core/common_runtime/
Dring_reducer_test.cc102 std::unique_ptr<OpKernel> GetKernel(const NodeDef& node, in GetKernel() function
123 return GetKernel(node_def, device_type, device); in GetAdd()
134 return GetKernel(node_def, device_type, device); in GetDiv()
392 return GetKernel(node_def, device_type, device); in GetCollectiveReduce()
Dhierarchical_tree_broadcaster_test.cc372 std::unique_ptr<OpKernel> GetKernel(const NodeDef& node, in GetKernel() function in tensorflow::__anon04765bf90111::HierarchicalTreeBroadcasterTest
400 return GetKernel(node_def, device_type, device); in GetCollectiveBcastSend()
417 return GetKernel(node_def, device_type, device); in GetCollectiveBcastRecv()
Dring_gatherer_test.cc101 std::unique_ptr<OpKernel> GetKernel(const NodeDef& node, in GetKernel() function
367 return GetKernel(node_def, device_type, device); in GetCollectiveGather()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h53 port::Status GetKernel(const MultiKernelLoaderSpec &spec, in GetKernel() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h60 port::Status GetKernel(const MultiKernelLoaderSpec &spec, in GetKernel() function
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.h105 port::Status GetKernel(const MultiKernelLoaderSpec &spec, KernelBase *kernel);
805 TF_RETURN_IF_ERROR(GetKernel(loader_spec, kernel_base.get())); in CreateTypedKernel()
Dstream_executor_internal.h181 virtual port::Status GetKernel(const MultiKernelLoaderSpec &spec, in GetKernel() function
Dstream_executor_pimpl.cc192 port::Status StreamExecutor::GetKernel(const MultiKernelLoaderSpec &spec, in GetKernel() function in stream_executor::StreamExecutor
194 return implementation_->GetKernel(spec, kernel); in GetKernel()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h64 port::Status GetKernel(const MultiKernelLoaderSpec& spec,
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_executor_util.cc206 TF_RETURN_IF_ERROR(stream_exec->GetKernel(loader_spec, kernel_base.get())); in CreateKernel()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc238 port::Status GpuExecutor::GetKernel(const MultiKernelLoaderSpec& spec, in GetKernel() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc263 port::Status GpuExecutor::GetKernel(const MultiKernelLoaderSpec& spec, in GetKernel() function in stream_executor::gpu::GpuExecutor