Spec-Zone.ru › TensorFlow

tf.compat.v1.flags.FloatParser

Парсер чисел с плавающей точкой.

Наследуется от: ArgumentParser

tf.compat.v1.flags.FloatParser(
    lower_bound: Optional[float] = None, upper_bound: Optional[float] = None
) -> None

Значение, которое парсится, может быть ограничено заданным верхним и нижним пределом.

Методы

convert

convert(
    argument: Union[int, float, str]
) -> float

Возвращает число с плавающей точкой из аргумента.

flag_type

flag_type() -> Text

См. базовый класс.

is_outside_bounds

is_outside_bounds(
    val: _N
) -> bool

Возвращает, находится ли значение вне границ или нет.

parse

parse(
    argument: Text
) -> _N

См. базовый класс.

Переменные класса
number_article 'a'
number_name 'number'
syntactic_help 'a number'

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/compat/v1/flags/FloatParser

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API