Home
last modified time | relevance | path

Searched refs:Dot (Results 1 – 25 of 200) sorted by relevance

12345678

/external/tensorflow/tensorflow/compiler/xla/service/
Dbatch_dot_simplification_test.cc47 op::Reshape(op::Dot( in TEST_F()
71 op::Reshape(op::Dot( in TEST_F()
95 op::Reshape(op::Dot( in TEST_F()
119 op::Reshape(op::Dot( in TEST_F()
143 op::Reshape(op::Dot( in TEST_F()
167 op::Reshape(op::Dot( in TEST_F()
Dconvert_operand_folding_test.cc47 AllOf(op::Dot(op::Parameter(0), op::Parameter(1)), in TEST_F()
69 AllOf(op::Dot(op::Parameter(0), op::Parameter(1)), in TEST_F()
93 op::Dot( in TEST_F()
119 op::Dot( in TEST_F()
144 AllOf(op::Dot(op::Parameter(0), AllOf(op::Convert(op::Parameter(1)), in TEST_F()
Dwhile_loop_expensive_invariant_code_motion_test.cc80 EXPECT_THAT(while_body->instructions(), Not(Contains(op::Dot()))); in TEST_F()
102 EXPECT_THAT(while_body->instructions(), Not(Contains(op::Dot()))); in TEST_F()
186 EXPECT_THAT(while_body->instructions(), Not(Contains(op::Dot()))); in TEST_F()
236 EXPECT_THAT(while_body->instructions(), Not(Contains(op::Dot()))); in TEST_F()
Ddot_decomposer_test.cc47 op::Reshape(AllOf(op::Dot(op::Reshape(), op::Reshape(), in TEST_F()
92 op::Reshape(AllOf(op::Dot(op::Reshape(), op::Reshape(), in TEST_F()
117 op::Reshape(AllOf(op::Dot(op::Reshape(), op::Reshape(), in TEST_F()
Dtranspose_folding_test.cc78 op::Dot(op::Parameter(0), op::Parameter(1), in TEST_F()
156 op::Dot(op::Constant(), op::Constant(), in TEST_F()
215 op::Dot(op::Parameter(1), op::Parameter(0), in TEST_F()
491 op::Dot(op::Parameter(0), op::Parameter(1), in TEST_F()
529 op::Dot(op::Parameter(0), op::Parameter(1), in TEST_F()
Dhlo_matchers_test.cc217 EXPECT_THAT(root, op::Dot(op::Parameter(0), op::Parameter(1), in TEST_F()
222 Explain(root, op::Dot(op::Parameter(0), op::Parameter(1), in TEST_F()
230 Explain(root, op::Dot(op::Parameter(0), op::Parameter(1), in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcublas_gemm_pad_for_tensor_cores_test.cc57 op::Dot(AllOf(op::Shape("f16[2048, 1024]"), in TEST_F()
96 op::Dot( in TEST_F()
107 op::Dot( in TEST_F()
127 AllOf(op::Dot( in TEST_F()
158 op::Dot(AllOf(op::Shape("f16[3, 5, 2048, 1024]"), in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddot_operation_test.cc85 Dot(lhs, rhs); in XLA_TEST_F()
102 Dot(lhs, rhs); in XLA_TYPED_TEST()
117 Dot(lhs, rhs); in XLA_TYPED_TEST()
128 Dot(lhs, rhs); in XLA_TYPED_TEST()
139 Dot(lhs, rhs); in XLA_TYPED_TEST()
154 Dot(lhs, rhs); in XLA_TYPED_TEST()
166 Dot(lhs, rhs); in XLA_TYPED_TEST()
178 Dot(lhs, rhs); in XLA_TYPED_TEST()
189 Dot(lhs, rhs); in XLA_TYPED_TEST()
203 Dot(exp0, param1); in XLA_TYPED_TEST()
[all …]
Dexecution_profile_test.cc37 Dot(Parameter(&b, 0, shape, "param_0"), Parameter(&b, 1, shape, "param_1")); in XLA_TEST_F()
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorOps.h52 Dot = 0, enumerator
82 VectorContractLowering vectorContractLowering = VectorContractLowering::Dot;
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_execfile.py11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
37 read = [Node(syms.trailer, [Dot(), Name('read')]),
Dfix_dict.py34 from ..fixer_util import Name, Call, Dot
69 [Dot(),
/external/rust/crates/macaddr/src/parser/
Dmod.rs53 Dot, enumerator
129 self.delimiter = Some(Delimiter::Dot); in probe_delimiter()
132 …Some('.') if self.delimiter != Some(Delimiter::Dot) => Err(ParseError::InvalidCharacter('.', self.… in probe_delimiter()
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_execfile.py11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
Dfix_dict.py35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot
70 [Dot(),
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreePatternLexer.cs45 public const int Dot = 7; field in Antlr.Runtime.Tree.TreePatternLexer
116 return Dot; in NextToken()
DTreePatternParser.cs84 ttype == TreePatternLexer.Dot ) in ParseTree()
130 if ( ttype == TreePatternLexer.Dot ) in ParseNode()
/external/skia/include/core/
DSkM44.h21 static SkScalar Dot(SkV2 a, SkV2 b) { return a.x * b.x + a.y * b.y; } in Dot() function
40 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared()
43 SkScalar dot(SkV2 v) const { return Dot(*this, v); } in dot()
59 static SkScalar Dot(const SkV3& a, const SkV3& b) { return a.x*b.x + a.y*b.y + a.z*b.z; } in Dot() function
82 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared()
83 SkScalar length() const { return SkScalarSqrt(Dot(*this, *this)); } in length()
85 SkScalar dot(const SkV3& v) const { return Dot(*this, v); } in dot()
/external/tensorflow/tensorflow/python/keras/utils/
Dvis_utils.py51 pydot.Dot.create(pydot.Dot())
124 dot = pydot.Dot()
/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Dmyanmar-zawgyi.tests1 …+103A,U+1004,U+1037,U+1039,U+1041:[Ka=0+2217|Ya-Semivowel=0+286|Nga=2+1247|Dot Below=2+0|Virama-Ki…
/external/skia/samplecode/
DSamplePath.cpp595 static void Dot(SkCanvas* canvas, SkPoint p, SkScalar radius, SkColor c) { in Dot() function in CubicCurve2
621 Dot(canvas, storage[i], 4, SK_ColorBLUE); in showFrame()
680 Dot(canvas, p0, 4, SK_ColorRED); in showInnerQuads()
683 Dot(canvas, p1, 4, SK_ColorBLUE); in showInnerQuads()
689 Dot(canvas, p2, 4, 0xFF00AA00); in showInnerQuads()
732 Dot(canvas, p, 7, SK_ColorBLACK); in onDrawContent()
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc303 float Dot(glm::vec3 u, glm::vec3 v) { in Dot() function
314 float dot = util::Dot(u, v); in AngleRad()
322 float dot = util::Dot(in, normal); in ProjectOntoPlane()
/external/llvm-project/lld/test/ELF/linkerscript/
Dmemory-ignored-dot-assign.test9 ## Test that assigning to Dot does not change the position in a memory region.
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py579 class Dot(_Merge): class
643 super(Dot, self).__init__(**kwargs)
736 base_config = super(Dot, self).get_config()
951 return Dot(axes=axes, normalize=normalize, **kwargs)(inputs)
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.peg45 … (Offset / LocalSymbol / SymbolName / Dot) WS? Operator WS? (Offset / LocalSymbol / SymbolName) /
50 Dot <- '.'

12345678