Home
last modified time | relevance | path

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

12345678910>>...13

/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.cc120 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
181 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
221 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, gte0, gte1)); in TEST_F() local
245 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, a, b)); in TEST_F() local
297 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
339 HloInstruction* dot = builder.AddInstruction( in TEST_F() local
366 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, add, add)); in TEST_F() local
410 HloInstruction* dot = builder_f1.AddInstruction(CreateDot(shape, a_f1, b_f1)); in TEST_F() local
446 auto dot = builder.AddInstruction(CreateDot(f32_shape, fusion, fusion)); in TEST_F() local
525 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, gte0, gte1)); in TEST_F() local
[all …]
Ddot_decomposer.cc169 HloInstruction* dot = computation->AddInstruction(HloInstruction::CreateDot( in CanonicalizeDot() local
228 for (auto* dot : non_canonical_dots) { in Run() local
Dtranspose_folding.cc83 HloInstruction* dot = pair.first; in FoldTransposeIntoDot() local
254 const HloInstruction& dot, int64_t operand_idx) { in IsRowColumnTransposeDotOperand()
/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/gpu/
Dcublas_pad_for_gemms.cc29 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/libchrome/ui/gfx/geometry/
Dquaternion.cc40 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/libdav1d/doc/
Dmeson.build30 dot = find_program('dot') variable
/external/toybox/toys/lsb/
Dhostname.c43 char *hostname = toybuf, *dot; local
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/interleaves/
Dgeneric_quantized_dot_product.cpp124 const auto dot = kj / 4; in pack_parameters() local
134 const auto dot = kj / 4; in pack_parameters() local
/external/cronet/third_party/apache-portable-runtime/src/test/
Dtestfnmatch.c219 char *dot = strrchr(list[i], '.'); in test_glob() local
239 char *dot = strrchr(list[i], '.'); in test_glob_currdir() local
/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/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
638 auto* dot = in CreateComputationForDotAddOutputFusionTest() local
/external/cblas/src/
Dcblas_sdot.c15 float dot; in cblas_sdot() local
Dcblas_ddot.c15 double dot; in cblas_ddot() local
Dcblas_dsdot.c15 double dot; in cblas_dsdot() local
Dcblas_sdsdot.c15 float dot; in cblas_sdsdot() local
/external/wayland/doc/
Dmeson.build5 dot = find_program('dot') variable
/external/mtools/
Dmkmanifest.c67 int i, dot; in dos_name2() local
/external/tensorflow/tensorflow/python/ops/linalg/sparse/
Dconjugate_gradient.py84 def dot(x, y): function
/external/linux-kselftest/tools/testing/selftests/proc/
Dproc-subset-pid.c82 bool dot = false; in main() local
/external/rust/crates/bindgen/ir/
Dmod.rs13 pub(crate) mod dot; module
/external/skia/src/shaders/
DSkTriColorShader.h65 float dot(int index, float x, float y) const { in dot() function
/external/libaom/test/
Dutil.h26 const char *dot = strrchr(filename, '.'); in is_extension_y4m() local
/external/sdv/vsomeip/third_party/boost/predef/tools/check/
Dpredef_check.h35 const char * dot = "."; variable

12345678910>>...13