Home
last modified time | relevance | path

Searched refs:Explanation (Results 1 – 25 of 41) sorted by relevance

12

/external/markdown/tests/extensions/
Dtoc_nested_list.txt10 Explanation 1
15 Explanation 2
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_test.cc558 std::string Explanation(Elem* elem, const Pattern& pattern) { in Explanation() function
565 std::string Explanation(const std::unique_ptr<Elem>& elem, in Explanation() function
567 return Explanation(elem.get(), pattern); in Explanation()
570 std::string Explanation(const Elem& elem, const Pattern& pattern) { in Explanation() function
571 return Explanation(&elem, pattern); in Explanation()
590 EXPECT_EQ(Explanation((elem), (pattern)), expected_explanation); \
964 EXPECT_EQ(Explanation(HloInstruction::CreateParameter( in TEST_F()
1009 EXPECT_EQ(Explanation(param.get(), m::Op().WithOneUse()), in TEST_F()
1011 EXPECT_EQ(Explanation(param.get(), m::Op().WithOneUser()), in TEST_F()
1020 EXPECT_EQ(Explanation(param.get(), m::Op().WithOneUse()), in TEST_F()
/external/eigen/
DINSTALL4 Explanation before starting
/external/eigen/doc/
DFixedSizeVectorizable.dox24 \section FixedSizeVectorizable_explanation Explanation
DQuickStartGuide.dox38 \section GettingStartedExplanation Explanation of the first program
67 \section GettingStartedExplanation2 Explanation of the second example
DWrongStackAlignment.dox44 Explanation: this tells GCC that the stack is only required to be aligned to 2^2=4 bytes, so that G…
DStlContainers.dox50 <span class="note">\b Explanation: The `resize()` method of `std::vector` takes a `value_type` argu…
DTemplateKeyword.dox71 \section TopicTemplateKeywordExplanation Explanation
DUnalignedArrayAssert.dox3 /** \eigenManualPage TopicUnalignedArrayAssert Explanation of the assertion on unaligned arrays
DTutorialGeometry.dox28 <span class="note">\b Explanation: In the C++ language, this would require Transform to have a non-…
/external/python/cpython3/Modules/_decimal/libmpdec/
DREADME.txt67 bignum.txt -> Explanation of the Fast Number Theoretic Transform (FNT).
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp23 static void expectFailure(StringRef JSONDatabase, StringRef Explanation) { in expectFailure() argument
27 << "Expected an error because of: " << Explanation.str(); in expectFailure()
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.proto14 // * Explanation for why the tensor is traced or not.
/external/python/cpython3/Misc/
Dgdbinit124 # Explanation of while and if tests: We want to pop up the stack until we
/external/python/cpython2/Misc/
Dgdbinit116 # Explanation of while and if tests: We want to pop up the stack until we
/external/curl/tests/data/
Dtest202714 Explanation for the duplicate 400 requests:
Dtest203019 Explanation for the duplicate 400 requests:
/external/grpc-grpc/doc/
Dcombiner-explainer.md1 # Combiner Explanation
/external/parameter-framework/upstream/tools/xmlGenerator/
DREADME.md207 *Explanation:*
/external/tensorflow/tensorflow/core/framework/
Dop_def.proto186 // Explanation of why it was deprecated and what to use instead.
/external/rust/crates/async-trait/
DREADME.md103 ## Explanation section in Async trait methods
/external/python/cpython3/Doc/library/
Dmailbox.rst814 | Flag | Meaning | Explanation |
981 | Flag | Meaning | Explanation |
1131 | Sequence | Explanation |
1218 | Label | Explanation |
1351 | Flag | Meaning | Explanation |
/external/python/cpython2/Doc/library/
Dmailbox.rst798 | Flag | Meaning | Explanation |
965 | Flag | Meaning | Explanation |
1115 | Sequence | Explanation |
1202 | Label | Explanation |
1335 | Flag | Meaning | Explanation |
/external/kotlinx.coroutines/kotlinx-coroutines-core/
Dbuild.gradle44 Explanation of JVM source sets structure:
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dquantization_spec.md76 Explanation of the math: this is similar to section 2.3 in

12