Home
last modified time | relevance | path

Searched defs:Zeros (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/
DZeros.java37 public class Zeros<T> implements Op, Operand<T> { class
65 private Zeros(Fill<T> fill) { in Zeros() method in Zeros
/external/llvm/lib/Support/
DScaledNumber.cpp66 if (int Zeros = countLeadingZeros(Dividend64)) { in divide32() local
88 if (int Zeros = countTrailingZeros(Divisor)) { in divide64() local
98 if (int Zeros = countLeadingZeros(Dividend)) { in divide64() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DScaledNumber.cpp66 if (int Zeros = countLeadingZeros(Dividend64)) { in divide32() local
88 if (int Zeros = countTrailingZeros(Divisor)) { in divide64() local
98 if (int Zeros = countLeadingZeros(Dividend)) { in divide64() local
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dutil.cc32 xla::XlaOp Zeros(xla::XlaBuilder* builder, const xla::Shape& shape) { in Zeros() function
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DCommonProfiling.c104 int Zeros = 0; in getOutFile() local
/external/tensorflow/tensorflow/core/kernels/
Dbasic_ops_benchmark_test.cc42 static Node* Zeros(Graph* g, int n) { in Zeros() function
Dsdca_ops_test.cc67 Node* Zeros(Graph* const g, const TensorShape& shape) { in Zeros() function
73 Node* Zeros(Graph* const g, const int n) { return Zeros(g, TensorShape({n})); } in Zeros() function
Dtraining_ops_test.cc42 static Node* Zeros(Graph* g, int n) { in Zeros() function
/external/swiftshader/third_party/subzero/src/
DIceELFStreamer.h77 static const char Zeros[16] = {0}; in writeZeroPadding() local
DIceASanInstrumentation.cpp285 const SizeT Zeros = VarSize >> ShadowScaleLog2; in instrumentFuncStart() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.cc27 XlaOp Zeros(XlaBuilder* builder, const Shape& shape) { in Zeros() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectWriter.h170 const char Zeros[16] = { 0 }; in WriteZeros() local
/external/llvm/include/llvm/MC/
DMCObjectWriter.h175 const char Zeros[16] = {0}; in WriteZeros() local
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVStream.cpp185 char Zeros[4] = {0, 0, 0, 0}; in operator <<() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daudio_multi_vector.cc53 void AudioMultiVector::Zeros(size_t length) { in Zeros() function in webrtc::AudioMultiVector
Daudio_multi_vector_unittest.cc177 TEST_P(AudioMultiVectorTest, Zeros) { in TEST_P() argument
/external/clang/lib/CodeGen/
DCGCUDANV.cpp59 llvm::Constant *Zeros[] = {llvm::ConstantInt::get(SizeTy, 0), in makeConstantString() local
/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp656 APInt Zeros(getBitWidth(), getUnsignedMax().countLeadingZeros()); in shl() local
/external/capstone/arch/PowerPC/
DPPCDisassembler.c319 unsigned Zeros = CountTrailingZeros_64(Imm); in decodeCRBitMOperand() local
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp390 unsigned Zeros = countTrailingZeros(Imm); in decodeCRBitMOperand() local
/external/llvm/lib/IR/
DConstantRange.cpp859 APInt Zeros(getBitWidth(), getUnsignedMax().countLeadingZeros()); in shl() local
/external/tensorflow/tensorflow/python/ops/
Dinit_ops_v2.py93 class Zeros(Initializer): class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp492 unsigned Zeros = countTrailingZeros(Imm); in decodeCRBitMOperand() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1651 bool MachineConstEvaluator::evaluateCLBr(const Register &R1, bool Zeros, in evaluateCLBr()
1672 bool MachineConstEvaluator::evaluateCLBi(const APInt &A1, bool Zeros, in evaluateCLBi()
1686 bool MachineConstEvaluator::evaluateCTBr(const Register &R1, bool Zeros, in evaluateCTBr()
1707 bool MachineConstEvaluator::evaluateCTBi(const APInt &A1, bool Zeros, in evaluateCTBi()
/external/pdfium/third_party/lcms/src/
Dcmsgamma.c1064 int i, nItems, Zeros, Poles; in cmsSmoothToneCurve() local

12