Home
last modified time | relevance | path

Searched defs:dot (Results 1 – 25 of 193) sorted by relevance

12345678

/external/eigen/Eigen/src/SparseCore/
DSparseDot.h18 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/
Dbfloat16_propagation_test.cc119 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 …]
Ddot_decomposer.cc148 HloInstruction* dot = computation->AddInstruction(HloInstruction::CreateDot( in CanonicalizeDot() local
202 for (auto* dot : non_canonical_dots) { in Run() local
Dtranspose_folding.cc35 const HloInstruction& dot, in CanFoldOperandsIntoDot()
81 HloInstruction* dot = pair.first; in FoldTransposeIntoDot() local
Dtranspose_folding_test.cc48 const TransposeFolding::OperandIndices& candidate_operands) { in FoldTranspose()
97 const TransposeFolding::OperandIndices& candidate_operands) { in TEST_F()
125 const TransposeFolding::OperandIndices& candidate_operands) { in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcublas_gemm_pad_for_tensor_cores.cc29 static StatusOr<bool> PadForTensorCores(HloDotInstruction* dot) { in PadForTensorCores()
121 bool CheckCanonical(HloDotInstruction* dot) { in CheckCanonical()
155 HloDotInstruction* dot = Cast<HloDotInstruction>(instr); in GetRelevantDots() local
/external/antlr/tool/src/main/java/org/antlr/tool/
DDOTGenerator.java72 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/
Dcpu_instruction_fusion_test.cc59 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/toybox/toys/lsb/
Dhostname.c43 char *hostname = toybuf, *dot; local
/external/ppp/pppd/plugins/pppoatm/
Dtext2atm.c78 int count,pos,dot; in do_try_nsap() local
163 int i,dot,result; in try_e164() local
/external/cblas/src/
Dcblas_dsdot.c15 double dot; in cblas_dsdot() local
Dcblas_ddot.c15 double dot; in cblas_ddot() local
Dcblas_sdot.c15 float dot; in cblas_sdot() local
Dcblas_sdsdot.c15 float dot; in cblas_sdsdot() local
/external/swiftshader/src/Shader/
DVertexPipeline.cpp297 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/
Dlevel1_real_impl.h27 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/
DTool.java697 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/python/ops/linalg/sparse/
Dconjugate_gradient.py86 def dot(x, y): function
/external/skia/src/sksl/lex/
DRegexParser.cpp101 void RegexParser::dot() { in dot() function in RegexParser
/external/skqp/src/sksl/lex/
DRegexParser.cpp101 void RegexParser::dot() { in dot() function in RegexParser
/external/libchrome/base/files/
Dfile_path.cc369 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/tensorflow/tensorflow/python/keras/utils/
Dvis_utils.py63 def add_edge(dot, src, dst): argument
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c383 GLfloat dot = ((arg0[i][RCOMP] - 0.5F) * (arg1[i][RCOMP] - 0.5F) + in texture_combine() local
395 GLfloat dot = ((arg0[i][RCOMP] - 0.5F) * (arg1[i][RCOMP] - 0.5F) + in texture_combine() local
/external/python/cpython3/Modules/_decimal/libmpdec/
Dio.c331 #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
/external/pdfium/core/fxge/freetype/
Dfx_freetype.cpp140 const char* dot = nullptr; in FXFT_unicode_from_adobe_name() local

12345678