HomeSort by relevance Sort by last modified time
    Searched refs:Feed (Results 1 - 23 of 23) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla_util_test.cc 42 tf2xla::Feed* feed = config.add_feed(); local
43 feed->mutable_id()->set_node_name("foo");
44 feed->mutable_id()->set_output_index(123);
45 feed->set_name("foo_debug");
46 feed = config.add_feed();
47 feed->mutable_id()->set_node_name("bar");
48 feed->mutable_id()->set_output_index(0);
66 tf2xla::Feed* feed = config.add_feed() local
79 tf2xla::Feed* feed = config.add_feed(); local
87 tf2xla::Feed* feed = config.add_feed(); local
95 tf2xla::Feed* feed = config.add_feed(); local
105 tf2xla::Feed* feed = config.add_feed(); local
116 tf2xla::Feed* feed = config.add_feed(); local
129 tf2xla::Feed* feed = config.add_feed(); local
140 tf2xla::Feed* feed = config.add_feed(); local
    [all...]
xla_jit_compiled_cpu_function_test.cc 61 tf2xla::Feed* x = config.add_feed();
64 tf2xla::Feed* y = config.add_feed();
tf2xla_util.cc 79 for (const tf2xla::Feed& feed : config.feed()) {
80 TF_RETURN_IF_ERROR(ValidateTensorId(feed.id()));
81 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(feed.shape()));
82 TF_RETURN_IF_ERROR(CheckNameDuplicates("feed", feed.name(), &names));
84 TF_RETURN_IF_ERROR(CheckFeedFetchNameConflicts("feed", names));
101 const tf2xla::Feed* feed = nullptr; // point to Feed in <config> member in struct:tensorflow::PlaceholderInfo
110 const tf2xla::Feed* feed = &config.feed(i); local
    [all...]
tf2xla.cc 60 // Each feed id identifies the positional output of some node, which may consist
62 // tensor with a placeholder. For each feed tensor, replaces all edges so they
65 const protobuf::RepeatedPtrField<tf2xla::Feed>& feeds,
68 const tf2xla::Feed& feed = feeds[arg_index]; local
72 const string key = TensorIdToString(feed.id());
94 .Attr(kFeedIdAttr, TensorIdToString(feed.id()))
95 .Attr(kShapeAttr, TensorShape(feed.shape()))
96 .Attr(kDebugNameAttr, feed.name())
99 // Collects out-edges from the feed node that have a matching edge index
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
atom_test.go 9 var atomValue = &Feed{
10 XMLName: Name{"http://www.w3.org/2005/Atom", "feed"},
11 Title: "Example Feed",
29 `<feed xmlns="http://www.w3.org/2005/Atom" updated="2003-12-13T18:30:02Z">` +
30 `<title>Example Feed</title>` +
42 `</feed>`
read_test.go 15 // Stripped down Atom feed data structures.
18 var f Feed
30 <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-us" updated="2009-10-04T01:35:58+00:00"><title>Code Review - My issues</title><link href="http://codereview.appspot.com/" rel="alternate"></link><link href="http://codereview.appspot.com/rss/mine/rsc" rel="self"></link><id>http://codereview.appspot.com/</id><author><name>rietveld&lt;&gt;</name></author><entry><title>rietveld: an attempt at pubsubhubbub
48 able to grab the feed and see the feed&amp;#39;s actual URL in
53 or even what code is running to generate the Atom feed.
81 </summary></entry></feed> `
83 type Feed struct {
84 XMLName Name `xml:"http://www.w3.org/2005/Atom feed"`
119 var atomFeed = Feed{
    [all...]
marshal_test.go     [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
atom_test.go 9 var atomValue = &Feed{
10 XMLName: Name{"http://www.w3.org/2005/Atom", "feed"},
11 Title: "Example Feed",
29 `<feed xmlns="http://www.w3.org/2005/Atom" updated="2003-12-13T18:30:02Z">` +
30 `<title>Example Feed</title>` +
42 `</feed>`
read_test.go 15 // Stripped down Atom feed data structures.
18 var f Feed
30 <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-us" updated="2009-10-04T01:35:58+00:00"><title>Code Review - My issues</title><link href="http://codereview.appspot.com/" rel="alternate"></link><link href="http://codereview.appspot.com/rss/mine/rsc" rel="self"></link><id>http://codereview.appspot.com/</id><author><name>rietveld&lt;&gt;</name></author><entry><title>rietveld: an attempt at pubsubhubbub
48 able to grab the feed and see the feed&amp;#39;s actual URL in
53 or even what code is running to generate the Atom feed.
81 </summary></entry></feed> `
83 type Feed struct {
84 XMLName Name `xml:"http://www.w3.org/2005/Atom feed"`
119 var atomFeed = Feed{
    [all...]
marshal_test.go     [all...]
  /external/libcups/filter/
rastertolabel.c 68 unsigned Feed; /* Number of lines to skip */
432 Feed = 0;
760 if (Feed)
762 while (Feed > 255)
765 Feed -= 255;
768 printf("\033f\001%c", Feed);
769 Feed = 0;
777 Feed ++;
884 if (Feed)
886 printf("\033*b%dY", Feed);
    [all...]
rastertohp.c 39 Feed; /* Number of lines to skip */
325 Feed = 0; /* No blank lines yet */
575 if (Feed > 0)
577 printf("\033*b%dY", Feed);
578 Feed = 0;
801 Feed ++;
rastertoepson.c 61 Feed, /* Number of lines to skip */
190 printf("\033\063\030"); /* Set line feed */
197 printf("\033\063\030"); /* Set line feed */
205 printf("\033\063\010");/* Set line feed */
207 printf("\033+\010"); /* Set line feed */
282 Feed = 0; /* No blank lines yet */
360 putchar(12); /* Form feed */
769 if (Feed > 0)
772 putchar((int)Feed);
773 putchar((int)(Feed >> 8))
    [all...]
  /external/autotest/frontend/afe/feeds/
feed.py 7 # give the feed any way to access the request object, and we need to access it
12 # name changed from feed to feed_view
32 raise Http404, "Invalid feed parameters. Slug %r is valid, but other parameters, or lack thereof, are not." % slug
39 class JobFeed(views.Feed):
41 Common feed functionality.
  /external/tensorflow/tensorflow/cc/client/
client_session_test.cc 44 TEST(ClientSessionTest, Feed) {
  /external/tensorflow/tensorflow/compiler/aot/
codegen_test.cc 164 tf2xla::Feed* feed = config.add_feed(); local
165 feed->mutable_id()->set_node_name("feed0");
166 feed->set_name("myfeed");
167 feed = config.add_feed();
168 feed->mutable_id()->set_node_name("feed1");
codegen.cc 184 if (!config.feed(i).name().empty()) {
185 *methods += RewriteWithName("_" + config.feed(i).name(), code, rewrites);
233 // tf2xla::{Feed,Fetch}. Each feed or fetch name results in a C-style string
268 for (const tf2xla::Feed& feed : config.feed()) {
269 if (!feed.name().empty()) {
270 TF_RETURN_IF_ERROR(ValidateCppIdent(feed.name(), "feed name"))
    [all...]
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
cudnn_rnn_test.py 213 def Feed(self, sess, inputs, initial_state=None, return_sum=True):
647 total_sum_v = model.Feed(sess, inputs, initial_state)
653 total_sum_v_restored = model.Feed(sess, inputs, initial_state)
829 cudnn_outputs_v, cudnn_output_states_v = model.Feed(
    [all...]
  /external/zlib/src/contrib/pascal/
example.pas 297 (* Feed in already compressed data and switch to no compression: *)
  /toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
example.pas 297 (* Feed in already compressed data and switch to no compression: *)
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 378 // Feed in an empty string - the shortest, simplest value -
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 378 // Feed in an empty string - the shortest, simplest value -
    [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]

Completed in 381 milliseconds