Searched refs:tensorValue (Results 1 – 1 of 1) sorted by relevance
56 …utralElement(const Convolution2dDescriptor&, const TensorInfo& tensorInfo, const float tensorValue) in IsNeutralElement() argument58 return tensorValue == GetZeroElement(tensorInfo); in IsNeutralElement()63 const float tensorValue) in IsNeutralElement() argument65 return tensorValue == GetZeroElement(tensorInfo); in IsNeutralElement()69 const Pooling2dDescriptor& descriptor, const TensorInfo& tensorInfo, const float tensorValue) in IsNeutralElement() argument72 ? tensorValue <= GetLowestElement(tensorInfo) in IsNeutralElement()73 : tensorValue == GetZeroElement(tensorInfo); in IsNeutralElement()