Searched refs:launcher_ (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op.cc | 463 launcher_(context, /*use_cudnn=*/true, cudnn_use_autotune_, input, in Compute() 504 LaunchConv2DOp<Device, T> launcher_; member in tensorflow::DepthwiseConv2dNativeOp
|
D | depthwise_conv_grad_op.cc | 678 launcher_(context, /*use_cudnn=*/true, cudnn_use_autotune_, out_backprop, in Compute() 704 LaunchConv2DBackpropInputOp<Device, T> launcher_; member in tensorflow::DepthwiseConv2dNativeBackpropInputOp 1185 launcher_(context, /*use_cudnn=*/true, cudnn_use_autotune_, out_backprop, in Compute() 1244 LaunchConv2DBackpropFilterOp<Device, T> launcher_; member in tensorflow::DepthwiseConv2dNativeBackpropFilterOp
|
D | conv_grad_filter_ops.cc | 365 launcher_(context, use_cudnn_, cudnn_use_autotune_, out_backprop, input, in Compute() 377 LaunchConv2DBackpropFilterOp<Device, T> launcher_; member in tensorflow::Conv2DBackpropFilterOp
|
D | conv_ops.cc | 740 launcher_(context, use_cudnn_, cudnn_use_autotune_, input, filter, in Compute() 751 LaunchConv2DOp<Device, T> launcher_; member in tensorflow::Conv2DOp
|
/external/cronet/base/test/launcher/ |
D | test_launcher.cc | 780 : launcher_(launcher), in TestRunner() 838 const raw_ptr<TestLauncher> launcher_; member in base::__anon372ad9af0111::TestRunner 905 launcher_->LaunchChildGTestProcess( in WorkerTask()
|