/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/ |
D | Zeros.java | 37 public class Zeros<T> implements Op, Operand<T> { class 65 private Zeros(Fill<T> fill) { in Zeros() method in Zeros
|
/external/llvm/lib/Support/ |
D | ScaledNumber.cpp | 66 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/ |
D | ScaledNumber.cpp | 66 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/ |
D | util.cc | 32 xla::XlaOp Zeros(xla::XlaBuilder* builder, const xla::Shape& shape) { in Zeros() function
|
/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
D | CommonProfiling.c | 104 int Zeros = 0; in getOutFile() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | basic_ops_benchmark_test.cc | 42 static Node* Zeros(Graph* g, int n) { in Zeros() function
|
D | sdca_ops_test.cc | 67 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
|
D | training_ops_test.cc | 42 static Node* Zeros(Graph* g, int n) { in Zeros() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFStreamer.h | 77 static const char Zeros[16] = {0}; in writeZeroPadding() local
|
D | IceASanInstrumentation.cpp | 285 const SizeT Zeros = VarSize >> ShadowScaleLog2; in instrumentFuncStart() local
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | constants.cc | 27 XlaOp Zeros(XlaBuilder* builder, const Shape& shape) { in Zeros() function
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCObjectWriter.h | 170 const char Zeros[16] = { 0 }; in WriteZeros() local
|
/external/llvm/include/llvm/MC/ |
D | MCObjectWriter.h | 175 const char Zeros[16] = {0}; in WriteZeros() local
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVStream.cpp | 185 char Zeros[4] = {0, 0, 0, 0}; in operator <<() local
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | audio_multi_vector.cc | 53 void AudioMultiVector::Zeros(size_t length) { in Zeros() function in webrtc::AudioMultiVector
|
D | audio_multi_vector_unittest.cc | 177 TEST_P(AudioMultiVectorTest, Zeros) { in TEST_P() argument
|
/external/clang/lib/CodeGen/ |
D | CGCUDANV.cpp | 59 llvm::Constant *Zeros[] = {llvm::ConstantInt::get(SizeTy, 0), in makeConstantString() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | ConstantRange.cpp | 656 APInt Zeros(getBitWidth(), getUnsignedMax().countLeadingZeros()); in shl() local
|
/external/capstone/arch/PowerPC/ |
D | PPCDisassembler.c | 319 unsigned Zeros = CountTrailingZeros_64(Imm); in decodeCRBitMOperand() local
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 390 unsigned Zeros = countTrailingZeros(Imm); in decodeCRBitMOperand() local
|
/external/llvm/lib/IR/ |
D | ConstantRange.cpp | 859 APInt Zeros(getBitWidth(), getUnsignedMax().countLeadingZeros()); in shl() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | init_ops_v2.py | 93 class Zeros(Initializer): class
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 492 unsigned Zeros = countTrailingZeros(Imm); in decodeCRBitMOperand() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 1651 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/ |
D | cmsgamma.c | 1064 int i, nItems, Zeros, Poles; in cmsSmoothToneCurve() local
|