Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_dnn.cc4395 cudnnBackendKnobType_t knob_type; in ExecutionPlanToAlgorithmDesc() local
4400 CUDNN_TYPE_KNOB_TYPE, 1, &n, &knob_type)); in ExecutionPlanToAlgorithmDesc()
4414 auto emplaced = tuning_knobs.try_emplace(knob_type, knob_value).second; in ExecutionPlanToAlgorithmDesc()
4421 knob_type, knob_value, tuning_knobs.at(knob_type))); in ExecutionPlanToAlgorithmDesc()