HomeSort by relevance Sort by last modified time
    Searched refs:FPair (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantization_utils_test.cc 342 typedef std::pair<float, float> FPair;
343 for (FPair min_and_max : std::vector<FPair>{FPair(-255.0f, 255.0f), //
344 FPair(-1.0f, 1.0f), //
345 FPair(-1.0f, 255.0f), //
346 FPair(0.0f, 1e6), //
347 FPair(0.0f, 1.0f), //
348 FPair(-31.0f, 13.0f)}) {
386 typedef std::pair<float, float> FPair;
    [all...]
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 88 FPair: TPair<TKey, TValue>;
290 Result := FPair;
299 FPair.Key := FOrderList[FIndex];
300 FPair.Value := FHashList[FPair.Key];
306 FPair.Key := Default(TKey);
307 FPair.Value := Default(TValue);

Completed in 108 milliseconds