Home
last modified time | relevance | path

Searched refs:execution_time_log_normal (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/grappler/costs/
Dop_performance_data.pb.cc1865 …static const ::tensorflow::LogNormalDistribution& execution_time_log_normal(const OpPerformance* m…
1882 OpPerformance::_Internal::execution_time_log_normal(const OpPerformance* msg) { in execution_time_log_normal() function in tensorflow::OpPerformance::_Internal
1904 …located_execution_time_log_normal(::tensorflow::LogNormalDistribution* execution_time_log_normal) { in set_allocated_execution_time_log_normal() argument
1907 if (execution_time_log_normal) { in set_allocated_execution_time_log_normal()
1909 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(execution_time_log_normal); in set_allocated_execution_time_log_normal()
1911 execution_time_log_normal = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_execution_time_log_normal()
1912 message_arena, execution_time_log_normal, submessage_arena); in set_allocated_execution_time_log_normal()
1915 _impl_.execution_time_.execution_time_log_normal_ = execution_time_log_normal; in set_allocated_execution_time_log_normal()
2305 InternalWriteMessage(11, _Internal::execution_time_log_normal(this), in _InternalSerialize()
2306 _Internal::execution_time_log_normal(this).GetCachedSize(), target, stream); in _InternalSerialize()
Dop_performance_data.pb.h1429 const ::tensorflow::LogNormalDistribution& execution_time_log_normal() const; in Swap()
1432 …llocated_execution_time_log_normal(::tensorflow::LogNormalDistribution* execution_time_log_normal); in Swap()
1438 ::tensorflow::LogNormalDistribution* execution_time_log_normal); in Swap()
2828 inline const ::tensorflow::LogNormalDistribution& OpPerformance::execution_time_log_normal() const { in execution_time_log_normal() function
2843 …located_execution_time_log_normal(::tensorflow::LogNormalDistribution* execution_time_log_normal) { in unsafe_arena_set_allocated_execution_time_log_normal() argument
2845 if (execution_time_log_normal) { in unsafe_arena_set_allocated_execution_time_log_normal()
2847 _impl_.execution_time_.execution_time_log_normal_ = execution_time_log_normal; in unsafe_arena_set_allocated_execution_time_log_normal()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_performance_data.proto102 LogNormalDistribution execution_time_log_normal = 11; field