Home
last modified time | relevance | path

Searched refs:Feed (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc42 tf2xla::Feed* feed = config.add_feed(); in TEST()
66 tf2xla::Feed* feed = config.add_feed(); in TEST()
79 tf2xla::Feed* feed = config.add_feed(); in TEST()
87 tf2xla::Feed* feed = config.add_feed(); in TEST()
95 tf2xla::Feed* feed = config.add_feed(); in TEST()
105 tf2xla::Feed* feed = config.add_feed(); in TEST()
116 tf2xla::Feed* feed = config.add_feed(); in TEST()
129 tf2xla::Feed* feed = config.add_feed(); in TEST()
140 tf2xla::Feed* feed = config.add_feed(); in TEST()
Dtf2xla.proto21 // Feed represents a single feed tensor in the graph, which corresponds to an
23 message Feed { message
46 repeated Feed feed = 1;
Dtf2xla_util.cc79 for (const tf2xla::Feed& feed : config.feed()) { in ValidateConfig()
101 const tf2xla::Feed* feed = nullptr; // point to Feed in <config>. in AddPlaceholdersForFeeds()
110 const tf2xla::Feed* feed = &config.feed(i); in AddPlaceholdersForFeeds()
194 for (const tf2xla::Feed& feed : config.feed()) { in PruneGraphDefInto()
Dxla_jit_compiled_cpu_function_test.cc61 tf2xla::Feed* x = config.add_feed(); in SumConfig()
64 tf2xla::Feed* y = config.add_feed(); in SumConfig()
Dtf2xla.cc65 const protobuf::RepeatedPtrField<tf2xla::Feed>& feeds, in AddArgNodes()
68 const tf2xla::Feed& feed = feeds[arg_index]; in AddArgNodes()
173 for (const tf2xla::Feed& feed : config.feed()) { in RewriteAndPruneGraph()
/external/libcups/filter/
Drastertolabel.c68 unsigned Feed; /* Number of lines to skip */ variable
432 Feed = 0; in StartPage()
760 if (Feed) in OutputLine()
762 while (Feed > 255) in OutputLine()
765 Feed -= 255; in OutputLine()
768 printf("\033f\001%c", Feed); in OutputLine()
769 Feed = 0; in OutputLine()
777 Feed ++; in OutputLine()
884 if (Feed) in OutputLine()
886 printf("\033*b%dY", Feed); in OutputLine()
[all …]
Drastertohp.c39 Feed; /* Number of lines to skip */ variable
325 Feed = 0; /* No blank lines yet */ in StartPage()
575 if (Feed > 0) in OutputLine()
577 printf("\033*b%dY", Feed); in OutputLine()
578 Feed = 0; in OutputLine()
801 Feed ++; in main()
Drastertoepson.c61 Feed, /* Number of lines to skip */ variable
282 Feed = 0; /* No blank lines yet */ in StartPage()
769 if (Feed > 0) in OutputLine()
772 putchar((int)Feed); in OutputLine()
773 putchar((int)(Feed >> 8)); in OutputLine()
775 Feed = 0; in OutputLine()
781 Feed ++; in OutputLine()
Draster-driver.shtml100 <a href='ref-ppdcfile.html#InputSlot'>InputSlot</a> 2 "Manual/Tray 1 - Manual Feed"
/external/syslinux/core/
Dmacros.inc117 LF equ 10 ; Line Feed
118 FF equ 12 ; Form Feed
/external/autotest/frontend/afe/feeds/
Dfeed.py39 class JobFeed(views.Feed):
/external/markdown/docs/extensions/
DRSS.txt28 * **CREATOR** : The Feed creator's name.
/external/tensorflow/tensorflow/cc/client/
Dclient_session_test.cc44 TEST(ClientSessionTest, Feed) { in TEST() argument
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen_test.cc164 tf2xla::Feed* feed = config.add_feed(); in TEST()
Dcodegen.cc268 for (const tf2xla::Feed& feed : config.feed()) { in ValidateFeedFetchCppNames()
/external/libcups/cups/
Dtest2.ppd127 *InputSlot Manual/Manual Feed: "InputSlot=Manual"
128 *InputSlot Envelope/Envelope Feed: "InputSlot=Envelope"
Dtest.ppd135 *InputSlot Manual/Manual Feed: "InputSlot=Manual"
136 *InputSlot Envelope/Envelope Feed: "InputSlot=Envelope"
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
Dcudnn_rnn_test.py213 def Feed(self, sess, inputs, initial_state=None, return_sum=True): member in CudnnTestModel
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(
/external/tensorflow/tensorflow/docs_src/api_guides/cc/
Dguide.md289 // Feed a <- [1 2; 3 4]
/external/python/cpython2/Doc/library/
Demail.parser.rst74 Feed the :class:`FeedParser` some more data. *data* should be a string
Dsgmllib.rst69 Feed some text to the parser. It is processed insofar as it consists of
Dhtmlparser.rst107 Feed some text to the parser. It is processed insofar as it consists of
Dxmllib.rst79 Feed some text to the parser. It is processed insofar as it consists of
/external/python/cpython3/Doc/library/
Dhtml.parser.rst90 Feed some text to the parser. It is processed insofar as it consists of
Dasyncio-stream.rst103 Feed *data* bytes in the internal buffer. Any operations waiting

12