Searched refs:execution_time_log_normal (Results 1 – 3 of 3) sorted by relevance
1865 …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::_Internal1904 …located_execution_time_log_normal(::tensorflow::LogNormalDistribution* execution_time_log_normal) { in set_allocated_execution_time_log_normal() argument1907 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()
1429 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() function2843 …located_execution_time_log_normal(::tensorflow::LogNormalDistribution* execution_time_log_normal) { in unsafe_arena_set_allocated_execution_time_log_normal() argument2845 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()
102 LogNormalDistribution execution_time_log_normal = 11; field