Searched refs:tensorValue (Results 1 – 2 of 2) 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()
63 const auto tensorValue = CreateXNNTensorValueDirect( in serializeTensorValue() local74 CreateXValue(_builder, XValueUnion::XNNTensorValue, tensorValue.Union()); in serializeTensorValue()