Home
last modified time | relevance | path

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

/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/
Ddataset_options.pb.cc368 switch (from.optional_autotune_algorithm_case()) { in AutotuneOptions()
471 switch (optional_autotune_algorithm_case()) { in clear_optional_autotune_algorithm()
636 switch (optional_autotune_algorithm_case()) { in ByteSizeLong()
695 switch (from.optional_autotune_algorithm_case()) { in MergeFrom()
Ddataset_options.pb.h341 OptionalAutotuneAlgorithmCase optional_autotune_algorithm_case() const; in Swap()
1783 return optional_autotune_algorithm_case() == kAutotuneAlgorithm; in _internal_has_autotune_algorithm()
1838 return optional_autotune_algorithm_case() != OPTIONAL_AUTOTUNE_ALGORITHM_NOT_SET; in has_optional_autotune_algorithm()
1852 …tuneOptions::OptionalAutotuneAlgorithmCase AutotuneOptions::optional_autotune_algorithm_case() con… in optional_autotune_algorithm_case() function
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Droot_dataset.cc69 if (options.autotune_options().optional_autotune_algorithm_case() == in SetRootDatasetParams()