Home
last modified time | relevance | path

Searched refs:Explain (Results 1 – 25 of 42) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers_test.cc42 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/
Dhlo_matchers_test.cc38 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 …]
Dpattern_matcher_gmock_test.cc36 string Explain( in Explain() function
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc166 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/
Dfeature_request.md14 *Explain why this feature is important*
/external/llvm-project/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp396 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/
DCONTRIBUTING.md24 1. Explain your idea and discuss your plan with members of the team. The best
/external/python/setuptools/docs/
Ddeveloper-guide.txt45 the perspective of the reader. Explain what behavior you expected, what you
/external/scapy/
DCONTRIBUTING.md56 Explain if possible the API you would like to have (e.g., give examples
/external/kotlinx.coroutines/
DCONTRIBUTING.md21 * Explain why you need the feature &mdash; what's your use-case, what's your domain.
/external/bcc/
DCONTRIBUTING-SCRIPTS.md37 …n intro sentence, then have examples, and finish with the USAGE message. Explain everything: the f…
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst890 Explain some differences between IDLE and console Python.
899 Explain need for *print* when running file from Idle editor.
D2.7.15rc1.rst1262 Explain real behaviour of sys.settrace and sys.setprofile and their C-API
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst1108 Explain some differences between IDLE and console Python.
1117 Explain need for *print* when running file from Idle editor.
D3.6.5rc1.rst611 Explain real behaviour of sys.settrace and sys.setprofile and their C-API
D3.7.0b1.rst713 Explain real behaviour of sys.settrace and sys.setprofile and their C-API
D3.9.0a4.rst673 Explain that when filling with turtle, overlap regions may be left unfilled.
D3.6.0a1.rst3352 Explain some differences between IDLE and console Python.
3361 Explain need for *print* when running file from Idle editor.
/external/python/cpython3/Lib/idlelib/
DNEWS.txt307 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/
DNEWS.txt142 - 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/
DOptions.td57 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/
Ddifflib.rst444 .. XXX Explain why a dummy is used!
/external/llvm/docs/
DCMake.rst144 Explain variables and cache. Move explanation here from #options section.
/external/python/cpython3/Doc/library/
Ddifflib.rst479 .. XXX Explain why a dummy is used!
/external/zstd/
DCHANGELOG172 doc: Explain how to transition from old streaming functions to the advanced API in the header

12