Searched refs:GpuConvConfig (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_conv_runner.h | 46 struct GpuConvConfig { struct 83 GpuConvConfig config; argument 110 Status RunGpuConv(const GpuConvConfig& conv_config, 116 Status RunGpuConv(const GpuConvConfig& conv_config, 138 StatusOr<GpuConvConfig> GetGpuConvConfig( 144 StatusOr<GpuConvConfig> GetGpuConvConfig(const GpuConvDescriptor& desc, 149 const GpuConvConfig& conv_config,
|
D | convolution_thunk.h | 45 ConvolutionThunk(ThunkInfo thunk_info, GpuConvConfig config, 61 const GpuConvConfig config_;
|
D | gpu_conv_runner.cc | 258 StatusOr<GpuConvConfig> GetGpuConvConfig( in GetGpuConvConfig() 260 GpuConvConfig config; in GetGpuConvConfig() 303 GpuConvConfig::FusionConfig& fusion = *config.fusion; in GetGpuConvConfig() 440 StatusOr<GpuConvConfig> GetGpuConvConfig( in GetGpuConvConfig() 458 const GpuConvConfig& config, in GetGpuConvParams() 495 Status RunGpuConv(const gpu::GpuConvConfig& config, in RunGpuConv() 505 Status RunGpuConv(const gpu::GpuConvConfig& config, in RunGpuConv()
|
D | convolution_thunk.cc | 34 ThunkInfo thunk_info, GpuConvConfig config, in ConvolutionThunk()
|
D | gpu_conv_algorithm_picker.cc | 131 TF_ASSIGN_OR_RETURN(GpuConvConfig config, GetGpuConvConfig(instr)); in GetMIOpenAlgorithms() 449 TF_ASSIGN_OR_RETURN(GpuConvConfig config, GetGpuConvConfig(instr)); in PickBestAlgorithmNoCacheCuda() 710 TF_ASSIGN_OR_RETURN(GpuConvConfig config, GetGpuConvConfig(instr)); in PickBestAlgorithmNoCacheRocm()
|
D | ir_emitter_unnested.cc | 1216 TF_ASSIGN_OR_RETURN(GpuConvConfig config, GetGpuConvConfig(descriptor, "")); in EmitConvolutionThunkFromMlir()
|