Home
last modified time | relevance | path

Searched defs:Dot (Results 1 – 25 of 46) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h420 inline ::testing::Matcher<const ::xla::HloInstruction*> Dot() { in Dot() function
425 inline ::testing::Matcher<const ::xla::HloInstruction*> Dot( in Dot() function
440 inline ::testing::Matcher<const ::xla::HloInstruction*> Dot( in Dot() function
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreePatternLexer.cs45 public const int Dot = 7; field in Antlr.Runtime.Tree.TreePatternLexer
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorOps.h52 Dot = 0, enumerator
/external/rust/crates/macaddr/src/parser/
Dmod.rs53 Dot, enumerator
/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
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
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md964 ## Dot section in Operation Semantics
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h53 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py50 def Dot(): function
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp546 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in EmitNop() local
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py48 def Dot(): function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp547 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in EmitNop() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc303 float Dot(glm::vec3 u, glm::vec3 v) { in Dot() function
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py579 class Dot(_Merge): class
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmMacro.h49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/external/skqp/src/utils/
DSkCamera.cpp48 SkScalar SkUnit3D::Dot(const SkUnit3D& a, const SkUnit3D& b) { in Dot() function in SkUnit3D
/external/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp534 SIMD::Float SpirvShader::Dot(unsigned numComponents, Operand const &x, Operand const &y) const in Dot() function in sw::SpirvShader
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp687 MCSymbol *Dot = Context.createTempSymbol(); in emitExceptionTable() local
/external/angle/third_party/vulkan_memory_allocator/src/
DCommon.h144 inline float Dot(const vec3& lhs, const vec3& rhs) in Dot() function
/external/pdfium/core/fxcrt/css/
Dcfx_css.h38 Dot, enumerator
/external/skia/samplecode/
DSamplePath.cpp595 static void Dot(SkCanvas* canvas, SkPoint p, SkScalar radius, SkColor c) { in Dot() function in CubicCurve2
/external/rust/crates/criterion-plot/src/
Dlib.rs830 Dot, enumerator
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl157 T Dot = detail::compute_dot<tvec3, T, P, detail::is_aligned<P>::value>::call(u, v); local
/external/skia/src/sksl/dsl/
DDSLCore.cpp320 DSLExpression Dot(DSLExpression x, DSLExpression y, PositionInfo pos) { in Dot() function
/external/starlark-go/syntax/
Dsyntax.go294 Dot Position member

12