HomeSort by relevance Sort by last modified time
    Searched refs:components (Results 101 - 125 of 1210) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
sequence_dataset_op_test.py 31 components = (np.arange(10),)
32 return dataset_ops.Dataset.from_tensor_slices(components).skip(count)
51 components = (np.arange(10),)
52 return dataset_ops.Dataset.from_tensor_slices(components).take(count)
73 components = (np.arange(10),)
74 return dataset_ops.Dataset.from_tensor_slices(components).take(
bucketing_test.py 39 components = np.random.randint(100, size=(200,)).astype(np.int64)
41 dataset_ops.Dataset.from_tensor_slices(components).map(lambda x: x * x)
60 self.assertEqual(len(components), sum(counts))
66 components = np.array(
69 dataset_ops.Dataset.from_tensor_slices(components).repeat(-1).apply(
88 components = np.array([0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0], dtype=np.int64)
90 dataset_ops.Dataset.from_tensor_slices(components).apply(
106 components = np.random.randint(100, size=(200,)).astype(np.int64)
117 dataset_ops.Dataset.from_tensor_slices(components)
130 components = np.random.randint(50, size=(200,)).astype(np.int64
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
macpath.py 95 components = split(s)
96 return len(components) == 2 and components[1] == ''
205 components = path.split(':')
206 path = components[0] + ':'
207 for c in components[1:]:
  /prebuilts/gdb/linux-x86/lib/python2.7/
macpath.py 95 components = split(s)
96 return len(components) == 2 and components[1] == ''
205 components = path.split(':')
206 path = components[0] + ':'
207 for c in components[1:]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macpath.py 95 components = split(s)
96 return len(components) == 2 and components[1] == ''
205 components = path.split(':')
206 path = components[0] + ':'
207 for c in components[1:]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macpath.py 95 components = split(s)
96 return len(components) == 2 and components[1] == ''
205 components = path.split(':')
206 path = components[0] + ':'
207 for c in components[1:]:
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 83 String[] components = labelSeq.toString().split("/"); local
84 if (components[components.length - 1].equals("Purgeable")) {
  /external/autotest/client/bin/
fsinfo.py 45 components = line.split('=', 1)
46 if len(components) == 2:
47 default_opt[components[0].strip()] = components[1].strip()
53 components = line.split('=', 1)
54 if len(components) == 2 and current_fs_type == fs_type:
55 default_opt[components[0].strip()] = components[1].strip()
128 components = line.split(':', 1)
129 if len(components) == 2
    [all...]
  /external/deqp/framework/delibs/decpp/
deFilePath.hpp 53 FilePath (const std::vector<std::string>& components);
70 void split (std::vector<std::string>& components) const;
71 static FilePath join (const std::vector<std::string>& components);
  /external/mesa3d/src/glx/
compsize.c 154 int components; local
179 components = __glElementsPerGroup(format, type);
192 return bytes_per_row * height * depth * components;
pixel.c 94 GLint components, groupsPerRow, rowSize, padding, elementsPerRow; local
103 components = __glElementsPerGroup(format, GL_BITMAP);
104 rowSize = (groupsPerRow * components + 7) >> 3;
110 ((skipPixels * components) >> 3);
111 bitOffset = (skipPixels * components) & 7;
114 elementsPerRow = width * components;
176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local
185 components = __glElementsPerGroup(format, type);
200 groupSize = elementSize * components;
213 elementsPerRow = width * components;
280 GLint components, groupsPerRow, rowSize, padding, elementsPerRow; local
402 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_bmpmodule.cpp 38 int32_t* components,
53 *components = ctx->m_Bmp.components;
cjpx_decoder.h 25 void GetInfo(uint32_t* width, uint32_t* height, uint32_t* components);
  /external/deqp/scripts/
gen_android_mk.py 80 components = [tail]
84 components.append(tail)
86 components.reverse()
89 for component in components:
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
AbstractCommandNode.java 37 for (Node node : components) {
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
Test.py 38 def getSourcePath(self, components):
39 return os.path.join(self.source_root, *components)
41 def getExecPath(self, components):
42 return os.path.join(self.exec_root, *components)
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
Size.java 68 final String[] components = sizeString.split("x"); local
69 if (components.length == 2) {
71 final int width = Integer.parseInt(components[0]);
72 final int height = Integer.parseInt(components[1]);
  /hardware/intel/common/libva/va/
va_enc_jpeg.h 101 /** \brief number of image components in frame. */
122 /** \brief number of image components in a scan. */
131 } components[4]; member in struct:_VAEncSliceParameterBufferJPEG
  /hardware/interfaces/media/omx/1.0/vts/functional/
README.md 4 The scope of the tests presented here is not restricted solely to testing omx hal @ 1.0 API but also test to omx core functionality and to an extent omx components as well. The current directory contains the following folders: audio, common, component, master and video. Besides common all other folders contain test fixtures for testing AV decoder, encoder components. Common constitutes files that are used across by these test applications.
7 Functionality of master is to enumerate all the omx components (and the roles it supports) available in android media framework.
12 This folder includes test fixtures that tests aspects common to all omx compatible components. For instance, port enabling/disabling, enumerating port formats, state transitions, flush, ..., stay common to all components irrespective of the service they offer. Test fixtures here are directed towards testing these (omx core). Every standard OMX compatible component is expected to pass these tests.
17 This folder includes test fixtures associated with testing audio encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
26 This folder includes test fixtures associated with testing video encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary stream, end of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards testing the plugin that connects the component to the omx core.
34 While tesing audio/video encoder, decoder components, test fixtures require input files. These input are files are present in the folder 'res'. Before (…)
  /packages/services/Telecomm/src/com/android/server/telecom/components/
PrimaryCallReceiver.java 1 package com.android.server.telecom.components;
  /system/extras/boottime_tools/bootio/
bootio.cpp 74 std::vector <std::string> components = android::base::Split(start, " "); local
75 if (components.size() != 2) {
79 timeout = atoi(components.at(LOG_TIMEOUT_INDEX).c_str());
80 samples = atoi(components.at(LOG_SAMPLES_INDEX).c_str());
  /external/syslinux/com32/lib/jpeg/
yuv420p.c 251 if (!priv->components[0])
252 priv->components[0] = malloc(priv->height * priv->bytes_per_row[0]);
256 if (!priv->components[1])
257 priv->components[1] = malloc(half_height * priv->bytes_per_row[1]);
261 if (!priv->components[2])
262 priv->components[2] = malloc(half_height * priv->bytes_per_row[2]);
273 return !priv->components[0] || !priv->components[1] || !priv->components[2];
  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem_unittest.cc 69 flags.components = 3;
119 [&](int width, int height, int components) {
122 c1 = components;
145 [&](int width, int height, int components) {
148 c = components;
205 for (const int components : {0, 1, 3}) {
206 flags.components = components;
247 flags.components = 3;
337 // Uncompress twice: once with 3 components and once with autodetect
419 const int components = cinfo.output_components; local
    [all...]
  /external/tensorflow/tensorflow/python/data/kernel_tests/
dataset_constructor_op_test.py 43 components = (np.array(1), np.array([1, 2, 3]), np.array(37.0))
45 iterator = (dataset_ops.Dataset.from_tensors(components)
50 self.assertEqual([c.shape for c in components],
56 for component, result_component in zip(components, results):
68 components = (sparse_tensor.SparseTensorValue(
78 dataset_ops.Dataset.from_tensors(components)
84 [tensor_shape.TensorShape(c.dense_shape) for c in components],
90 for component, result_component in zip(components, results):
97 components = (np.array(1), np.array([1, 2, 3]), np.array(37.0),
108 dataset_ops.Dataset.from_tensors(components)
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 61 components(0),
611 int components,
613 if (expected_count != (value_size / components)) {
615 "(%d components), but received length of %d (%d components)!",
617 expected_count, components * expected_count,
618 value_size / components, value_size);
626 int components,
628 if (value_size % components != 0) {
631 components, value_size)
714 const int components = GLEnv::NumberOfComponents(type); local
765 const int components = GLEnv::NumberOfComponents(type); local
    [all...]

Completed in 686 milliseconds

1 2 3 45 6 7 8 91011>>