Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dmodel_dataset_op.cc66 {{"algorithm", model::AutotuneAlgorithm_Name(algorithm)}, in Dataset()
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dmodel.pb.h121 const std::string& AutotuneAlgorithm_Name(AutotuneAlgorithm value);
123 inline const std::string& AutotuneAlgorithm_Name(T enum_t_value) { in AutotuneAlgorithm_Name() function
127 return AutotuneAlgorithm_Name(static_cast<AutotuneAlgorithm>(enum_t_value)); in AutotuneAlgorithm_Name()
Dmodel.pb.cc230 const std::string& AutotuneAlgorithm_Name( in AutotuneAlgorithm_Name() function
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Droot_dataset.cc86 kAlgorithm, model::AutotuneAlgorithm_Name(params.autotune_algorithm))); in AddTraceMetadata()