/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 219 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, gte0, gte1)); in TEST_F() local 243 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, a, b)); in TEST_F() local 295 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 337 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 364 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, add, add)); in TEST_F() local 408 HloInstruction* dot = builder_f1.AddInstruction(CreateDot(shape, a_f1, b_f1)); in TEST_F() local 494 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, gte0, gte1)); in TEST_F() local 543 HloInstruction* dot = builder.AddInstruction( in TEST_F() local [all …]
|
D | dot_decomposer.cc | 34 Status DecomposeBatchDot(HloInstruction* dot) { in DecomposeBatchDot() 277 HloInstruction* dot = computation->AddInstruction(HloInstruction::CreateDot( in CanonicalizeDot() local 322 for (auto* dot : non_canonical_dots) { in Run() local 342 for (auto* dot : batch_dots) { in Run() local
|
D | transpose_folding.cc | 35 const HloInstruction& dot, in CanFoldOperandsIntoDot() 81 HloInstruction* dot = pair.first; in FoldTransposeIntoDot() local
|
D | transpose_folding_test.cc | 49 const TransposeFolding::OperandIndices& candidate_operands) { in FoldTranspose() 98 const TransposeFolding::OperandIndices& candidate_operands) { in TEST_F() 126 const TransposeFolding::OperandIndices& candidate_operands) { in TEST_F()
|
/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/toybox/toys/lsb/ |
D | hostname.c | 33 char *hostname = *toys.optargs, *dot; local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_instruction_fusion_test.cc | 58 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 77 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 98 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 119 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 138 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 157 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 186 const TransposeFolding::OperandIndices& candidate_operands) { in TEST_F() 216 const TransposeFolding::OperandIndices& candidate_operands) { in TEST_F() 247 const TransposeFolding::OperandIndices& candidate_operands) { in TEST_F() 647 auto* dot = in CreateComputationForDotAddOutputFusionTest() local
|
/external/cblas/src/ |
D | cblas_dsdot.c | 15 double dot; in cblas_dsdot() local
|
D | cblas_sdot.c | 15 float dot; in cblas_sdot() local
|
D | cblas_ddot.c | 15 double dot; in cblas_ddot() local
|
D | cblas_sdsdot.c | 15 float dot; in cblas_sdsdot() local
|
/external/tensorflow/tensorflow/contrib/solvers/python/ops/ |
D | util.py | 66 def dot(x, y): function
|
/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/swiftshader/src/Shader/ |
D | VertexPipeline.cpp | 297 Float4 dot; in pipeline() local 348 Float4 dot = Max(dot3(C, normal), Float4(0.0f)); // FIXME: max(dot3(C, normal), 0) in pipeline() local 649 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); in processTextureCoordinate() local 700 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); in processTextureCoordinate() local
|
/external/eigen/blas/ |
D | level1_real_impl.h | 27 Scalar EIGEN_BLAS_FUNC(dot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy) in EIGEN_BLAS_FUNC() argument
|
/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/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emission_utils.cc | 65 bool DotImplementedAsGemm(const HloInstruction& dot) { in DotImplementedAsGemm() 97 const HloInstruction* dot = hlo.fused_expression_root()->operand(0); in ImplementedAsGemm() local
|
/external/skia/src/sksl/lex/ |
D | RegexParser.cpp | 101 void RegexParser::dot() { in dot() function in RegexParser
|
/external/skqp/src/sksl/lex/ |
D | RegexParser.cpp | 101 void RegexParser::dot() { in dot() function in RegexParser
|
/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/pdfium/core/fxge/freetype/ |
D | fx_freetype.cpp | 139 const char* dot = nullptr; in FXFT_unicode_from_adobe_name() local
|
/external/perf_data_converter/src/quipper/ |
D | conversion_utils.cc | 29 auto dot = format.find('.'); in ParseFormatOptions() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texcombine.c | 382 GLfloat dot = ((arg0[i][RCOMP] - 0.5F) * (arg1[i][RCOMP] - 0.5F) + in texture_combine() local 394 GLfloat dot = ((arg0[i][RCOMP] - 0.5F) * (arg1[i][RCOMP] - 0.5F) + in texture_combine() local
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | io.c | 331 #define EXTRACT_DIGIT(s, x, d, dot) \ argument 334 word_to_string(char *s, mpd_uint_t x, int n, char *dot) in word_to_string() 403 coeff_to_string_dot(char *s, char *dot, const mpd_t *dec) in coeff_to_string_dot() 974 const char *dot, /* location of optional decimal point */ in _mpd_add_sep_dot() 1079 const char *sign = NULL, *intpart = NULL, *dot = NULL; in _mpd_apply_lconv() local
|