/external/tensorflow/tensorflow/core/kernels/ |
D | collective_nccl_test.cc | 53 std::unique_ptr<OpKernel> GetKernel(const NodeDef& node, DeviceBase* device) { in GetKernel() function 69 return GetKernel(node_def, device); in GetAdd() 79 return GetKernel(node_def, device); in GetDiv() 246 return GetKernel(node_def, device); in GetCollectiveReduceOpKernel()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_reducer_test.cc | 47 std::unique_ptr<OpKernel> GetKernel(const NodeDef& node, in GetKernel() function 68 return GetKernel(node_def, device_type, device); in GetAdd() 79 return GetKernel(node_def, device_type, device); in GetDiv()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | program_cache.h | 56 absl::Status GetKernel(uint64_t fingerprint, const std::string& function_name,
|
D | cl_operation.cc | 183 program_cache.GetKernel(kernel_fingerprint_, "main_function", &kernel_)); in RestoreDeserialized()
|
D | program_cache.cc | 112 absl::Status ProgramCache::GetKernel(uint64_t fingerprint, in GetKernel() function in tflite::gpu::cl::ProgramCache
|
/external/intel-media-driver/media_driver/agnostic/common/cm/ |
D | cm_task_internal.cpp | 760 int32_t CmTaskInternal::GetKernel( const uint32_t index, CmKernelRT* & kernel ) in GetKernel() function in CMRT_UMD::CmTaskInternal 919 CM_CHK_CMSTATUS_GOTOFINISH(GetKernel(i, cmKernel)); in VtuneInitProfilingInfo() 1019 CM_CHK_CMSTATUS_GOTOFINISH(GetKernel(i, cmKernel)); in VtuneInitProfilingInfo() 1144 this->GetKernel(i, kernelInTask); in CreateThreadSpaceData() 1548 this->GetKernel(i, tempCmKernel); in AllocateKernelSurfInfo() 1735 GetKernel(i, kernelRT); in DisplayThreadSpaceData()
|
D | cm_task_internal.h | 104 virtual int32_t GetKernel( const uint32_t index, CmKernelRT* & kernel );
|
D | cm_queue_rt.cpp | 836 task->GetKernel(i, kernel); in Enqueue_RT()
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/ |
D | host_gpu_executor.h | 53 port::Status GetKernel(const MultiKernelLoaderSpec& spec, in GetKernel() function
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.h | 59 port::Status GetKernel(const MultiKernelLoaderSpec &spec, in GetKernel() function
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | stream_executor_pimpl.h | 107 port::Status GetKernel(const MultiKernelLoaderSpec& spec, KernelBase* kernel); 823 TF_RETURN_IF_ERROR(GetKernel(loader_spec, kernel_base.get())); in CreateTypedKernel()
|
D | stream_executor_internal.h | 174 virtual port::Status GetKernel(const MultiKernelLoaderSpec& spec, in GetKernel() function
|
D | stream_executor_pimpl.cc | 192 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/compiler/xla/stream_executor/gpu/ |
D | gpu_executor.h | 109 port::Status GetKernel(const MultiKernelLoaderSpec& spec,
|
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/artifact/ |
D | tko.pb.go | 504 func (x *Job_Test) GetKernel() *Job_Kernel { func
|
D | test_result.pb.go | 1066 func (x *BuildMetadata) GetKernel() *BuildMetadata_Kernel { func
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | stream_executor_util.cc | 343 TF_RETURN_IF_ERROR(stream_exec->GetKernel(loader_spec, kernel_base.get())); in CreateKernel()
|
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/build/api/ |
D | system_image.pb.go | 358 func (x *SystemImage_BuildMetadata_PackageSummary) GetKernel() *SystemImage_BuildMetadata_Kernel { func
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 240 port::Status GpuExecutor::GetKernel(const MultiKernelLoaderSpec& spec, in GetKernel() function in stream_executor::gpu::GpuExecutor
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 243 port::Status GpuExecutor::GetKernel(const MultiKernelLoaderSpec& spec, in GetKernel() function in stream_executor::gpu::GpuExecutor
|