HomeSort by relevance Sort by last modified time
    Searched defs:feed (Results 26 - 50 of 149) sorted by null

12 3 4 5 6

  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
expatreader.py 199 def feed(self, data, isFinal = 0): member in class:ExpatParser
220 self.feed("", isFinal = 1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 5 """FeedParser - An email feed parser.
7 The feed parser implements an interface for incrementally parsing an email
11 FeedParser.feed() is the primary interface for pushing new data into the
140 """A feed-style parser of email."""
156 def feed(self, data):
154 def feed(self, data): member in class:FeedParser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 199 def feed(self, data, isFinal = 0): member in class:ExpatParser
220 self.feed("", isFinal = 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 5 """FeedParser - An email feed parser.
7 The feed parser implements an interface for incrementally parsing an email
11 FeedParser.feed() is the primary interface for pushing new data into the
140 """A feed-style parser of email."""
156 def feed(self, data):
154 def feed(self, data): member in class:FeedParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 199 def feed(self, data, isFinal = 0): member in class:ExpatParser
220 self.feed("", isFinal = 1)
  /tools/apksig/src/main/java/com/android/apksig/internal/util/
ByteArrayDataSink.java 124 public void feed(long offset, long size, DataSink sink) throws IOException { method in class:ByteArrayDataSink
186 public void feed(long offset, long size, DataSink sink) throws IOException { method in class:ByteArrayDataSink.SliceDataSource
RandomAccessFileDataSource.java 93 public void feed(long offset, long size, DataSink sink) throws IOException { method in class:RandomAccessFileDataSource
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
ZFileDataSource.java 101 public void feed(long offset, long size, @Nonnull DataSink sink) throws IOException { method in class:ZFileDataSource
  /external/tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/
TensorFlowInferenceInterface.java 181 * Runs inference between the previously registered input nodes (via feed*) and the requested
191 * Runs inference between the previously registered input nodes (via feed*) and the requested
301 public void feed(String inputName, boolean[] src, long... dims) { method in class:TensorFlowInferenceInterface
317 public void feed(String inputName, float[] src, long... dims) { method in class:TensorFlowInferenceInterface
327 public void feed(String inputName, int[] src, long... dims) { method in class:TensorFlowInferenceInterface
337 public void feed(String inputName, long[] src, long... dims) { method in class:TensorFlowInferenceInterface
347 public void feed(String inputName, double[] src, long... dims) { method in class:TensorFlowInferenceInterface
357 public void feed(String inputName, byte[] src, long... dims) { method in class:TensorFlowInferenceInterface
388 public void feed(String inputName, FloatBuffer src, long... dims) { method in class:TensorFlowInferenceInterface
399 public void feed(String inputName, IntBuffer src, long... dims) method in class:TensorFlowInferenceInterface
410 public void feed(String inputName, LongBuffer src, long... dims) { method in class:TensorFlowInferenceInterface
421 public void feed(String inputName, DoubleBuffer src, long... dims) { method in class:TensorFlowInferenceInterface
432 public void feed(String inputName, ByteBuffer src, long... dims) { method in class:TensorFlowInferenceInterface
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
HTMLParser.py 80 p.feed(data)
110 def feed(self, data): member in class:HTMLParser
111 r"""Feed data to the parser.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
xmlreader.py 98 data from the feed method immediately. After parsing has been
100 make the parser ready to accept new data, either from feed or
107 interface using the feed, close and reset methods of the
123 self.feed(buffer)
127 def feed(self, data): member in class:IncrementalParser
131 split across several calls to feed.
133 feed may raise SAXException."""
143 passed to the parser through the feed method, to notify the
157 results of calling parse or feed after close without calling
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
HTMLParser.py 72 p.feed(data)
101 def feed(self, data): member in class:HTMLParser
102 r"""Feed data to the parser.
sgmllib.py 50 # Usage: p = SGMLParser(); p.feed(data); ...; p.close().
95 def feed(self, data): member in class:SGMLParser
96 """Feed some data to the parser.
548 x.feed(c)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 98 data from the feed method immediately. After parsing has been
100 make the parser ready to accept new data, either from feed or
107 interface using the feed, close and reset methods of the
123 self.feed(buffer)
127 def feed(self, data): member in class:IncrementalParser
131 split across several calls to feed.
133 feed may raise SAXException."""
143 passed to the parser through the feed method, to notify the
157 results of calling parse or feed after close without calling
  /external/python/cpython2/Lib/
HTMLParser.py 80 p.feed(data)
110 def feed(self, data): member in class:HTMLParser
111 r"""Feed data to the parser.
sgmllib.py 50 # Usage: p = SGMLParser(); p.feed(data); ...; p.close().
95 def feed(self, data): member in class:SGMLParser
96 """Feed some data to the parser.
548 x.feed(c)
  /external/python/cpython2/Lib/xml/sax/
xmlreader.py 98 data from the feed method immediately. After parsing has been
100 make the parser ready to accept new data, either from feed or
107 interface using the feed, close and reset methods of the
123 self.feed(buffer)
127 def feed(self, data): member in class:IncrementalParser
131 split across several calls to feed.
133 feed may raise SAXException."""
143 passed to the parser through the feed method, to notify the
157 results of calling parse or feed after close without calling
  /external/python/cpython3/Lib/xml/sax/
xmlreader.py 98 data from the feed method immediately. After parsing has been
100 make the parser ready to accept new data, either from feed or
107 interface using the feed, close and reset methods of the
125 self.feed(buffer)
129 def feed(self, data): member in class:IncrementalParser
133 split across several calls to feed.
135 feed may raise SAXException."""
145 passed to the parser through the feed method, to notify the
159 results of calling parse or feed after close without calling
  /external/tensorflow/tensorflow/compiler/tf2xla/
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...]
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
TensorFlowImageClassifier.java 144 Trace.beginSection("feed");
145 inferenceInterface.feed(inputName, floatValues, 1, inputSize, inputSize, 3);
TensorFlowObjectDetectionAPIModel.java 152 Trace.beginSection("feed");
153 inferenceInterface.feed(inputName, byteValues, 1, inputSize, inputSize, 3);
TensorFlowYoloDetector.java 153 Trace.beginSection("feed");
154 inferenceInterface.feed(inputName, floatValues, 1, inputSize, inputSize, 3);
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
Session.java 33 * Tensor y = s.runner().feed("x", x).fetch("y").run().get(0)) {
37 * Tensor y = s.runner().feed("x", x).fetch("y").run().get(0)) {
115 * evaluate the {@link Tensor}s to fetch. The {@link #feed(String,int,Tensor)} call allows callers
117 * Tensor}s for the outputs of the operations provided to {@link #feed(String,int,Tensor)}.
124 * shorthand for {@code feed(operation, 0)}, or it is a string of the form
126 * feed(operation_name, output_index)}. These colon-separated names are commonly used in the
130 public Runner feed(String operation, Tensor<?> t) { method in class:Session.Runner
131 return feed(parseOutput(operation), t);
141 public Runner feed(String operation, int index, Tensor<?> t) { method in class:Session.Runner
154 public Runner feed(Output<?> o, Tensor<?> t) method in class:Session.Runner
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
HTMLParser.py 77 p.feed(data)
107 def feed(self, data): member in class:HTMLParser
108 r"""Feed data to the parser.
sgmllib.py 50 # Usage: p = SGMLParser(); p.feed(data); ...; p.close().
95 def feed(self, data): member in class:SGMLParser
96 """Feed some data to the parser.
548 x.feed(c)

Completed in 696 milliseconds

12 3 4 5 6