Home
last modified time | relevance | path

Searched refs:SignedInteger (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/math/
Dmath_util_test.cc88 template <typename SignedInteger>
133 TestCeilOfRatio<SignedInteger, int64>(kTestData, kNumTests); in TestCeilOfRatioSigned()
/external/llvm-project/flang/lib/Parser/
Dtoken-parsers.h419 static std::optional<std::int64_t> SignedInteger( in SignedInteger() function
450 return SignedInteger(digitString64.Parse(state), *sign, negate, state); in Parse()
489 return SignedInteger( in Parse()
503 return SignedInteger( in Parse()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h53 using SignedInteger = std::pair<unsigned, unsigned>; // bitwidth and sign variable
71 llvm::DenseMap<SignedInteger, QuantParamsForResults> restricted_output_params;