HomeSort by relevance Sort by last modified time
    Searched refs:flatten (Results 226 - 250 of 790) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/compiler/tests/
pooling_ops_3d_test.py 74 actual = vals.flatten()
155 expected=expected_output.flatten())
257 expected_input_gradient_vals.flatten(),
258 actual.flatten(),
  /external/tensorflow/tensorflow/contrib/gan/python/features/python/
conditioning_utils_impl.py 69 layers.flatten(conditioning), num_features)
  /frameworks/av/media/libstagefright/bqhelper/
Conversion.cpp 216 // Ref: frameworks/native/libs/ui/GraphicBuffer.cpp: GraphicBuffer::flatten
266 * `flatten()` and `unflatten()` functions.
268 * All `flatten()` and `unflatten()` overloads follow the same convention as
271 * status_t flatten(ObjectType const& object,
287 * `flatten()` and `unflatten()`:
288 * - For `flatten()`, `buffer` is the pointer to the non-fd buffer to be filled,
296 * - After a successful call to `flatten()` or `unflatten()`, `buffer` and `fds`
302 * The return value of a successful `flatten()` or `unflatten()` call will be
312 * `flatten()` and `unflatten()`, are similar to functions of the same name in
316 * flatten(x, buffer, size, fds, numFds
595 status_t flatten(HGraphicBufferProducer::FenceTimeSnapshot const& t, function in namespace:android::conversion
800 status_t flatten(HGraphicBufferProducer::FrameEventsDelta const& t, function in namespace:android::conversion
933 status_t flatten( function in namespace:android::conversion
1111 status_t flatten(Region const& t, void*& buffer, size_t& size) { function in namespace:android::conversion
1252 status_t flatten(HGraphicBufferProducer::QueueBufferInput const& t, function in namespace:android::conversion
    [all...]
  /frameworks/native/libs/ui/
HdrCapabilities.cpp 38 status_t HdrCapabilities::flatten(void* buffer, size_t size) const { function in class:android::HdrCapabilities
  /frameworks/native/libs/ui/include/ui/
Fence.h 135 status_t flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const;
  /frameworks/native/opengl/libs/EGL/
BlobCache.h 83 // flatten serializes the current contents of the cache into the memory
90 int flatten(void* buffer, size_t size) const;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 53 private static final String FLATTEN = "flatten";
161 processIntent.putExtra(ProcessingService.FLATTEN, true);
201 boolean flatten = intent.getBooleanExtra(FLATTEN, false);
218 flatten, quality, sizeFactor, exit);
237 boolean flatten, int quality, float sizeFactor, boolean exit) {
254 preset, previewImage, flatten, quality, sizeFactor, exit);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
InfoDialogFragment.java 62 String[] flatP = p.flatten().split(";");
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
204 g.flatten(part, unixfrom=False)
263 g.flatten(part, unixfrom=False)
290 g.flatten(msg.get_payload(0), unixfrom=False)
67 def flatten(self, msg, unixfrom=False): member in class:Generator
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
204 g.flatten(part, unixfrom=False)
263 g.flatten(part, unixfrom=False)
290 g.flatten(msg.get_payload(0), unixfrom=False)
67 def flatten(self, msg, unixfrom=False): member in class:Generator
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
204 g.flatten(part, unixfrom=False)
263 g.flatten(part, unixfrom=False)
290 g.flatten(msg.get_payload(0), unixfrom=False)
67 def flatten(self, msg, unixfrom=False): member in class:Generator
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 68 def flatten(self, msg, unixfrom=False):
204 g.flatten(part, unixfrom=False)
263 g.flatten(part, unixfrom=False)
290 g.flatten(msg.get_payload(0), unixfrom=False)
67 def flatten(self, msg, unixfrom=False): member in class:Generator
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 49 grammar_files = [ grammar_files ].flatten!
65 grammar_files = [ grammar_files ].flatten!
125 extra_load = [ extra_load ].flatten
153 @grammars.map { | gram | gram.target_files }.flatten
259 extra = [ extra ].flatten
  /external/skia/tests/
Writer32Test.cpp 18 writer.flatten(storage.get());
92 writer.flatten(buffer);
111 writer->flatten(buffer);
127 writer->flatten(storage.get());
167 writer->flatten(readStorage.get());
  /external/skqp/tests/
Writer32Test.cpp 18 writer.flatten(storage.get());
92 writer.flatten(buffer);
111 writer->flatten(buffer);
127 writer->flatten(storage.get());
167 writer->flatten(readStorage.get());
  /external/tensorflow/tensorflow/python/util/
nest_test.py 38 self.assertEqual(nest.flatten(structure), [3, 4, 5, 6, 7, 9, 10, 8])
45 self.assertEqual(nest.flatten(structure), flat)
53 self.assertEqual([5], nest.flatten(5))
54 self.assertEqual([np.array([5])], nest.flatten(np.array([5])))
70 """`flatten` orders dicts by key, including OrderedDicts."""
73 ordered_flat = nest.flatten(ordered)
74 plain_flat = nest.flatten(plain)
109 flattened = nest.flatten(mess)
138 flattened = nest.flatten(structure)
143 flattened = nest.flatten(structure
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 328 public Uri processAndSaveImage(ImagePreset preset, boolean flatten,
333 uri = resetToOriginalImageIfNeeded(preset, !flatten);
349 if (!flatten) {
355 if (flatten) {
376 if (!flatten) {
383 mDestinationFile, time, !flatten);
430 if (!flatten) {
539 boolean flatten = false;
541 flatten = true;
544 destination, selectedImageUri, sourceImageUri, flatten, 90, 1f, true)
    [all...]
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
model.py 538 [state_element[:, -1] for state_element in nest.flatten(state)])
567 nest.flatten(exogenous_updated_state),
568 nest.flatten(state)):
    [all...]
  /external/tensorflow/tensorflow/python/eager/
backprop.py 309 return nest.flatten(result)
390 nest.flatten(end_node),
695 flat_result = nest.flatten(result)
702 dy = [ops.convert_to_tensor(x) for x in nest.flatten(dy)]
704 _default_vspace, this_tape, nest.flatten(result), sources,
881 for t in nest.flatten(tensor):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compiler.py 3 from compiler.ast import flatten
123 self.assertEqual(flatten([1, [2]]), [1, 2])
124 self.assertEqual(flatten((1, (2,))), [1, 2])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
astgen.py 141 print >> buf, " return tuple(flatten(self.%s))" % self.argnames[0]
147 print >> buf, template % ("extend", "flatten(",
245 def flatten(seq): function
250 for elt2 in flatten(elt):
257 return [n for n in flatten(seq) if isinstance(n, Node)]
  /external/python/cpython2/Lib/test/
test_compiler.py 3 from compiler.ast import flatten
123 self.assertEqual(flatten([1, [2]]), [1, 2])
124 self.assertEqual(flatten((1, (2,))), [1, 2])
  /external/python/cpython2/Tools/compiler/
astgen.py 141 print >> buf, " return tuple(flatten(self.%s))" % self.argnames[0]
147 print >> buf, template % ("extend", "flatten(",
245 def flatten(seq): function
250 for elt2 in flatten(elt):
257 return [n for n in flatten(seq) if isinstance(n, Node)]
  /external/skia/src/effects/
SkAlphaThresholdFilter.cpp 39 void flatten(SkWriteBuffer&) const override;
131 void SkAlphaThresholdFilterImpl::flatten(SkWriteBuffer& buffer) const { function in class:SkAlphaThresholdFilterImpl
132 this->INHERITED::flatten(buffer);
  /external/skqp/src/effects/
SkAlphaThresholdFilter.cpp 39 void flatten(SkWriteBuffer&) const override;
131 void SkAlphaThresholdFilterImpl::flatten(SkWriteBuffer& buffer) const { function in class:SkAlphaThresholdFilterImpl
132 this->INHERITED::flatten(buffer);

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>