Home
last modified time | relevance | path

Searched refs:value_max_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Ddnn.cc270 : value_max_(0.0), in BatchDescriptor()
309 value_max_ = other.value_max_; in CloneFrom()
322 count(), feature_map_count(), spatial, value_min_, value_max_, in ToString()
403 CHECK_EQ(0.0, value_max_); in ToProto()
Ddnn.h256 float value_max() const { return value_max_; } in value_max()
292 value_max_ = value; in set_value_max()
348 float value_max_; variable