Home
last modified time | relevance | path

Searched refs:kAutotuneAlgorithm (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.cc369 case kAutotuneAlgorithm: { in AutotuneOptions()
472 case kAutotuneAlgorithm: { in clear_optional_autotune_algorithm()
638 case kAutotuneAlgorithm: { in ByteSizeLong()
696 case kAutotuneAlgorithm: { in MergeFrom()
Ddataset_options.pb.h201 kAutotuneAlgorithm = 4, enumerator
1783 return optional_autotune_algorithm_case() == kAutotuneAlgorithm; in _internal_has_autotune_algorithm()
1789 _impl_._oneof_case_[3] = kAutotuneAlgorithm; in set_has_autotune_algorithm()
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Droot_dataset.cc70 AutotuneOptions::kAutotuneAlgorithm) { in SetRootDatasetParams()