/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers_test.cc | 42 string Explain(const T& t, const M& m) { in Explain() function 64 EXPECT_EQ(Explain(placeholder.node(), NodeWith(Op("Add"))), in TEST() 66 EXPECT_EQ(Explain(placeholder.node(), NodeWith(Name("add"))), in TEST() 68 EXPECT_EQ(Explain(placeholder.node(), NodeWith(Inputs(Out(NodeWith())))), in TEST() 86 EXPECT_EQ(Explain(add.node(), NodeWith(Inputs())), in TEST() 89 Explain(add.node(), NodeWith(Inputs(Out(NodeWith(Name("blah"))), _))), in TEST() 93 Explain(add.node(), NodeWith(Inputs(_, Out(NodeWith(Name("blah")))))), in TEST() 121 Explain(placeholder_c.node(), NodeWith(CtrlDeps())), in TEST() 123 EXPECT_EQ(Explain(placeholder_d.node(), NodeWith(CtrlDeps(NodeWith()))), in TEST() 141 EXPECT_EQ(Explain(placeholder.node(), NodeWith(ConstantValue(42))), in TEST() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers_test.cc | 38 string Explain(const T& t, const M& m) { in Explain() function 60 Explain(add.get(), op::Parameter()), in TEST_F() 63 Explain(add.get(), op::Add(op::Parameter())), in TEST_F() 67 Explain(add.get(), op::Add(op::Parameter(), op::Parameter())), in TEST_F() 76 Explain(add.get(), in TEST_F() 114 EXPECT_THAT(Explain(call.get(), op::CustomCall("bar")), in TEST_F() 150 EXPECT_THAT(Explain(p0.get(), op::Shape(ShapeUtil::MakeShape(F32, {7, 5}))), in TEST_F() 154 Explain(p0.get(), op::ShapeWithLayout(ShapeUtil::MakeShapeWithLayout( in TEST_F() 191 EXPECT_THAT(Explain(p0.get(), op::Sharding(HloSharding::AssignDevice(1))), in TEST_F() 194 EXPECT_THAT(Explain(p1.get(), op::NoSharding()), in TEST_F() [all …]
|
D | pattern_matcher_gmock_test.cc | 36 string Explain( in Explain() function
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 166 std::string Explain(const MatcherType& m, const Value& x) { in Explain() function 253 EXPECT_EQ("value % 2 == 0", Explain(m, 2)); in TEST() 254 EXPECT_EQ("value % 2 == 1", Explain(m, 3)); in TEST() 495 EXPECT_EQ("% 2 == 0", Explain(m1, 42)); in TEST() 506 EXPECT_EQ("% 2 == 0", Explain(m2, '\x42')); in TEST() 1227 EXPECT_THAT(Explain(Matcher<const int&>(Ref(n)), n), in TEST() 1231 EXPECT_THAT(Explain(Matcher<const int&>(Ref(n)), m), in TEST() 1463 Explain(m, make_pair(5, true))); in TEST() 1465 Explain(m, make_pair(15, true))); in TEST() 1571 Explain(m, make_pair(-1, -2))); in TEST() [all …]
|
/external/rust/crates/plotters/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 14 *Explain why this feature is important*
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | ExplainOutputStyle.cpp | 396 Entry.Explain(P, Stream, SubOffset); in explainSubstreamOffset() 413 void (*Explain)(LinePrinter &, DbiStream &, uint32_t); in explainStreamOffset() member 459 void (*Explain)(LinePrinter &, InfoStream &, uint32_t); in explainStreamOffset() member
|
/external/bazelbuild-rules_android/ |
D | CONTRIBUTING.md | 24 1. Explain your idea and discuss your plan with members of the team. The best
|
/external/python/setuptools/docs/ |
D | developer-guide.txt | 45 the perspective of the reader. Explain what behavior you expected, what you
|
/external/scapy/ |
D | CONTRIBUTING.md | 56 Explain if possible the API you would like to have (e.g., give examples
|
/external/kotlinx.coroutines/ |
D | CONTRIBUTING.md | 21 * Explain why you need the feature — what's your use-case, what's your domain.
|
/external/bcc/ |
D | CONTRIBUTING-SCRIPTS.md | 37 …n intro sentence, then have examples, and finish with the USAGE message. Explain everything: the f…
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.11rc1.rst | 890 Explain some differences between IDLE and console Python. 899 Explain need for *print* when running file from Idle editor.
|
D | 2.7.15rc1.rst | 1262 Explain real behaviour of sys.settrace and sys.setprofile and their C-API
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 1108 Explain some differences between IDLE and console Python. 1117 Explain need for *print* when running file from Idle editor.
|
D | 3.6.5rc1.rst | 611 Explain real behaviour of sys.settrace and sys.setprofile and their C-API
|
D | 3.7.0b1.rst | 713 Explain real behaviour of sys.settrace and sys.setprofile and their C-API
|
D | 3.9.0a4.rst | 673 Explain that when filling with turtle, overlap regions may be left unfilled.
|
D | 3.6.0a1.rst | 3352 Explain some differences between IDLE and console Python. 3361 Explain need for *print* when running file from Idle editor.
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS.txt | 307 bpo-23220: Explain how IDLE's Shell displays output. 320 bpo-1529353: Explain Shell text squeezing in the IDLE doc. 986 - Issue #21995: Explain some differences between IDLE and console Python. 988 - Issue #22820: Explain need for *print* when running file from Idle editor.
|
/external/python/cpython2/Lib/idlelib/ |
D | NEWS.txt | 142 - Issue #21995: Explain some differences between IDLE and console Python. 144 - Issue #22820: Explain need for *print* when running file from Idle editor.
|
/external/llvm-project/lldb/source/Commands/ |
D | Options.td | 57 Desc<"Explain everything we know about the breakpoint (for debugging " 1161 def watchpoint_list_verbose : Option<"verbose", "v">, Group<3>, Desc<"Explain "
|
/external/python/cpython2/Doc/library/ |
D | difflib.rst | 444 .. XXX Explain why a dummy is used!
|
/external/llvm/docs/ |
D | CMake.rst | 144 Explain variables and cache. Move explanation here from #options section.
|
/external/python/cpython3/Doc/library/ |
D | difflib.rst | 479 .. XXX Explain why a dummy is used!
|
/external/zstd/ |
D | CHANGELOG | 172 doc: Explain how to transition from old streaming functions to the advanced API in the header
|