| /external/libabigail/include/ |
| D | abg-viz-dot.h | 93 struct dot struct 104 dot(const std::string &__title) in dot() function 110 empty() { return _M_sstream.str().empty(); } in empty() 137 start() in start() 143 finish() in finish()
|
| /external/eigen/Eigen/src/SparseCore/ |
| D | SparseDot.h | 18 SparseMatrixBase<Derived>::dot(const MatrixBase<OtherDerived>& other) const in dot() function 43 SparseMatrixBase<Derived>::dot(const SparseMatrixBase<OtherDerived>& other) const in dot() function
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | bfloat16_propagation_test.cc | 119 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 180 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 220 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, gte0, gte1)); in TEST_F() local 244 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, a, b)); in TEST_F() local 296 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 338 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 365 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, add, add)); in TEST_F() local 409 HloInstruction* dot = builder_f1.AddInstruction(CreateDot(shape, a_f1, b_f1)); in TEST_F() local 445 auto dot = builder.AddInstruction(CreateDot(f32_shape, fusion, fusion)); in TEST_F() local 524 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, gte0, gte1)); in TEST_F() local [all …]
|
| D | dot_decomposer.cc | 160 HloInstruction* dot = computation->AddInstruction(HloInstruction::CreateDot( in CanonicalizeDot() local 214 for (auto* dot : non_canonical_dots) { in Run() local
|
| D | transpose_folding.cc | 35 const HloInstruction& dot, in CanFoldOperandsIntoDot() 110 HloInstruction* dot = pair.first; in FoldTransposeIntoDot() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | cublas_pad_for_gemms.cc | 29 static StatusOr<bool> PadForGemm(HloDotInstruction* dot, PrimitiveType datatype, in PadForGemm() 122 bool CheckCanonical(HloDotInstruction* dot) { in CheckCanonical() 157 HloDotInstruction* dot = Cast<HloDotInstruction>(instr); in GetRelevantDots() local
|
| /external/antlr/tool/src/main/java/org/antlr/tool/ |
| D | DOTGenerator.java | 72 ST dot; in getDOT() local 111 protected void walkCreatingDFADOT(ST dot, in walkCreatingDFADOT() 161 protected void walkRuleNFACreatingDOT(ST dot, in walkRuleNFACreatingDOT()
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| D | cpu_instruction_fusion_test.cc | 59 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 78 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 99 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 121 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 140 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 159 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 188 const TransposeFolding::OperandIndices& candidate_operands) { in TEST_F() 218 const TransposeFolding::OperandIndices& candidate_operands) { in TEST_F() 249 const TransposeFolding::OperandIndices& candidate_operands) { in TEST_F() 656 auto* dot = in CreateComputationForDotAddOutputFusionTest() local
|
| /external/libchrome/ui/gfx/geometry/ |
| D | quaternion.cc | 40 double dot = gfx::DotProduct(from, to); in Quaternion() local 61 double dot = x_ * q.x_ + y_ * q.y_ + z_ * q.z_ + w_ * q.w_; in Slerp() local
|
| /external/ppp/pppd/plugins/pppoatm/ |
| D | text2atm.c | 78 int count,pos,dot; in do_try_nsap() local 163 int i,dot,result; in try_e164() local
|
| /external/antlr/tool/src/main/java/org/antlr/ |
| D | Tool.java | 697 String dot = dotGenerator.getDOT(dfa.startState); in generateDFAs() local 719 String dot = dotGenerator.getDOT(r.startState); in generateNFAs() local 729 protected void writeDOTFile(Grammar g, Rule r, String dot) throws IOException { in writeDOTFile() 733 protected void writeDOTFile(Grammar g, String name, String dot) throws IOException { in writeDOTFile()
|
| /external/toybox/toys/lsb/ |
| D | hostname.c | 43 char *hostname = toybuf, *dot; local
|
| /external/cblas/src/ |
| D | cblas_sdot.c | 15 float dot; in cblas_sdot() local
|
| D | cblas_ddot.c | 15 double dot; in cblas_ddot() local
|
| D | cblas_dsdot.c | 15 double dot; in cblas_dsdot() local
|
| D | cblas_sdsdot.c | 15 float dot; in cblas_sdsdot() local
|
| /external/wayland/doc/ |
| D | meson.build | 1 dot = find_program('dot') variable
|
| /external/mtools/ |
| D | mkmanifest.c | 67 int i, dot; in dos_name2() local
|
| /external/skia/src/gpu/ |
| D | GrVx.h | 32 static SK_ALWAYS_INLINE float dot(float2 a, float2 b) { in dot() function
|
| /external/tensorflow/tensorflow/python/ops/linalg/sparse/ |
| D | conjugate_gradient.py | 88 def dot(x, y): function
|
| /external/libchrome/base/files/ |
| D | file_path.cc | 369 const StringType::size_type dot = ExtensionSeparatorPosition(base.path_); in Extension() local 378 const StringType::size_type dot = FinalExtensionSeparatorPosition(base.path_); in FinalExtension() local 389 const StringType::size_type dot = ExtensionSeparatorPosition(path_); in RemoveExtension() local 400 const StringType::size_type dot = FinalExtensionSeparatorPosition(path_); in RemoveFinalExtension() local
|
| /external/rust/crates/bindgen/src/ir/ |
| D | mod.rs | 12 pub mod dot; module
|
| /external/kmod/libkmod/ |
| D | libkmod-builtin.c | 180 char *dot; in kmod_builtin_iter_next() local 223 char *line, *dot; in kmod_builtin_iter_get_modname() local
|
| /external/python/cpython3/Modules/_decimal/libmpdec/ |
| D | io.c | 347 #define EXTRACT_DIGIT(s, x, d, dot) \ argument 350 word_to_string(char *s, mpd_uint_t x, int n, char *dot) in word_to_string() 419 coeff_to_string_dot(char *s, char *dot, const mpd_t *dec) in coeff_to_string_dot() 990 const char *dot, /* location of optional decimal point */ in _mpd_add_sep_dot() 1095 const char *sign = NULL, *intpart = NULL, *dot = NULL; in _mpd_apply_lconv() local
|
| /external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/ |
| D | armnn_network.i | 1125 std::ofstream dot; in SerializeToDot() local
|