HomeSort by relevance Sort by last modified time
    Searched defs:Bias (Results 1 - 25 of 30) sorted by null

1 2

  /external/tensorflow/tensorflow/core/kernels/
bias_op.h 28 struct Bias {
29 // Add "bias" to "input", broadcasting it on all dimensions but the last one.
31 typename TTypes<T>::ConstVec bias,
34 const int64_t bias_size = bias.dimension(0);
39 input.reshape(one_d) + bias.broadcast(bcast).reshape(one_d);
41 const int bias_size = bias.dimension(0);
47 To32Bit(bias).broadcast(bcast).reshape(one_d);
  /external/swiftshader/src/Shader/
SamplerCore.hpp 26 Bias, // Compute gradients and add provided bias.
53 Vector4s sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 &bias, Vector4f &dsx, Vector4f &dsy);
54 Vector4f sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 &bias, Vector4f &dsx, Vector4f &dsy, Vector4f &offset, SamplerFunction function);
58 Vector4s sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 &bias, Vector4f &dsx, Vector4f &dsy, Vector4f &offset, SamplerFunction function, bool fixed12);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
timezoneapi.h 22 LONG Bias;
32 LONG Bias;
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 272 /* Bias against raising loop filter and in favor of lowering it */
273 int Bias = 0;
319 Bias = (best_err >> (15 - (filt_mid / 8))) * filter_step;
322 Bias = Bias * cpi->twopass.section_intra_rating / 20;
345 /* If value is close to the best so far then bias towards a
348 if ((filt_err - Bias) < best_err) {
370 if (filt_err < (best_err - Bias)) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.cpp 14 // bias.
63 /// but Bias and Links are computed each time placeSpills is called.
76 /// Bias - Normalized contributions from non-transparent blocks.
77 /// A bundle connected to a MustSpill block has a huge negative bias,
79 float Bias;
81 /// Value - Output value of this node computed from the Bias and links.
103 // Actually, we must spill if Bias < sum(weights).
105 return Bias < -2.0f;
116 Bias = Value = 0;
136 /// addBias - Bias this node from an ingoing[0] or outgoing[1] link
    [all...]
  /external/llvm/lib/MC/
MCCodeView.cpp 393 unsigned Bias = 0;
401 MCBinaryExpr::createAdd(SRE, MCConstantExpr::create(Bias, Ctx), Ctx);
427 Bias += Chunk;
  /external/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp 424 // Bias used for splitting: 5%.
426 uint64_t Bias = (RepairCost * PercentageForBias + 99) / 100;
444 assert(CostForInsertPt + Bias > CostForInsertPt &&
445 "Repairing + split bias overflows");
446 CostForInsertPt += Bias;
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 313 #define Bias 1023
352 #define Bias 65
378 #define Bias 129
421 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 315 #define Bias 1023
354 #define Bias 65
380 #define Bias 129
413 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 252 #define Bias 1023
282 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
1165 *e = de - Bias - (P-1) + k;
1169 *e = de - Bias - (P-1) + 1 + k;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 235 #define Bias 1023
265 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
1148 *e = de - Bias - (P-1) + k;
1152 *e = de - Bias - (P-1) + 1 + k;
    [all...]
  /external/python/cpython2/Python/
dtoa.c 252 #define Bias 1023
282 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
1165 *e = de - Bias - (P-1) + k;
1169 *e = de - Bias - (P-1) + 1 + k;
    [all...]
  /external/python/cpython3/Python/
dtoa.c 243 #define Bias 1023
273 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
1091 *e = de - Bias - (P-1) + k;
1095 *e = de - Bias - (P-1) + 1 + k;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0/
builder-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta2/
builder-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta7/
builder-3.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-rc1/
builder-3.0.0-rc1.jar 

Completed in 536 milliseconds

1 2