Home
last modified time | relevance | path

Searched refs:device_func (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/NVPTX/
Dsimple-call.ll6 ; CHECK: .func ({{.*}}) device_func
7 define float @device_func(float %a) noinline {
16 ; CHECK: device_func,
17 %mul = call float @device_func(float %val)
Dcalling-conv.ll14 ; CHECK: .func device_func
15 define void @device_func(float* %a) {
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dsimple-call.ll6 ; CHECK: .func ({{.*}}) device_func
7 define float @device_func(float %a) noinline {
16 ; CHECK: device_func,
17 %mul = call float @device_func(float %val)
Dcalling-conv.ll14 ; CHECK: .func device_func
15 define void @device_func(float* %a) {
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_space_to_depth_pass.cc663 auto device_func = cluster_func->getFunc(); in runOnOperation() local
664 if (!device_func) return; in runOnOperation()
674 auto conv2d_result = device_func.walk([&](TF::Conv2DOp conv2d) { in runOnOperation()
/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops_gpu.cu.cc791 auto* device_func = SparseApplyFtrlKernel<T, Tindex, has_l2_shrinkage>; in operator ()() local
793 GetGpuLaunchConfig(grad_size, d, device_func, 0, 0); in operator ()()
795 device_func, config.block_count, config.thread_per_block, 0, d.stream(), in operator ()()
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_scope_test.py1169 def device_func(op): function
1175 with ops.device(device_func):
/external/tensorflow/tensorflow/python/framework/
Dops_test.py3219 def device_func(unused_op): function
3227 with ops.device(device_func):