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

12 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/data/
tensor_slice_dataset_op.cc 36 OP_REQUIRES_OK(ctx, ctx->input_list("components", &inputs));
37 std::vector<Tensor> components; variable
38 components.reserve(inputs.size());
41 "All components must be at least 1-dimensional"));
44 components.push_back(t);
47 "All components must be at least 1-dimensional"));
51 "All components must have the same size in the 0th dimension"));
53 *output = new Dataset(ctx, std::move(components));
89 std::vector<Node*> components; variable
90 components.reserve(tensors_.size())
    [all...]
  /hardware/libhardware/modules/camera/3_4/
format_metadata_factory_test.cpp 96 PartialMetadataSet components; local
98 std::inserter(components, components.end())),
101 for (auto& component : components) {
161 PartialMetadataSet components; local
163 std::inserter(components, components.end())),
167 for (auto& component : components) {
v4l2_metadata_factory.cpp 57 PartialMetadataSet components; local
59 components.insert(NoEffectMenuControl<uint8_t>(
71 components.insert(std::unique_ptr<PartialMetadataInterface>(
76 components.insert(V4L2ControlOrDefault<int32_t>(
86 components.insert(std::unique_ptr<PartialMetadataInterface>(
90 components.insert(
98 components.insert(FixedState<uint8_t>(ANDROID_CONTROL_AF_STATE,
105 components.insert(
111 components.insert(NoEffectMenuControl<uint8_t>(
117 components.insert(V4L2ControlOrDefault<uint8_t>
    [all...]
  /hardware/libhardware/modules/camera/3_4/metadata/
metadata_test.cpp 56 PartialMetadataSet components; local
57 components.insert(std::move(component1_));
58 components.insert(std::move(component2_));
59 dut_.reset(new Metadata(std::move(components)));
109 // Get the expected tags = combined tags of all components.
191 // Should fail since one of the components failed.
200 // Should not try to check any components.
211 // Should check if all the components fill the template successfully.
226 // Should check if all the components fill the template successfully.
235 // Should fail since one of the components failed
    [all...]
  /libcore/luni/src/main/java/libcore/net/http/
ResponseUtils.java 72 final String[] components = parameter.split("="); local
73 if (components.length != 2) {
77 final String key = components[0].trim().toLowerCase();
78 final String value = components[1].trim();
  /packages/services/Telecomm/src/com/android/server/telecom/components/
NonScrollListView.java 17 package com.android.server.telecom.components;
PhoneAccountBroadcastReceiver.java 17 package com.android.server.telecom.components;
TelecomService.java 17 package com.android.server.telecom.components;
73 * This method is to be called by components (Activitys, Services, ...) to initialize the
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/multicast/
MulticastAddress.java 81 String[] components = s.split("@"); local
82 if (components.length > 2)
86 String target = components[0];
87 int len = components[0].length();
88 int colon = components[0].lastIndexOf(':');
123 if (components.length == 2) {
125 interf = NetworkInterface.getByName(components[1]);
130 throw new IllegalArgumentException("'" + components[1] +
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/multicast/
MulticastAddress.java 81 String[] components = s.split("@"); local
82 if (components.length > 2)
86 String target = components[0];
87 int len = components[0].length();
88 int colon = components[0].lastIndexOf(':');
123 if (components.length == 2) {
125 interf = NetworkInterface.getByName(components[1]);
130 throw new IllegalArgumentException("'" + components[1] +
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 44 private List<JavaExpression> components; field in class:VariableTranslator
60 assert components == null;
61 components = new ArrayList<JavaExpression>();
63 components = joinComponentsWithDots(components);
64 components = combineAdjacentStrings(components);
65 return concatenate(components);
67 components = null;
73 components.add(new StringExpression(node.getWord().getText()))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_uniforms.cpp 56 * it out to 4 components.
104 gl_constant_value *components = storage->storage; local
118 stage_prog_data->param[uniform_index++] = components++;
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
mixture.py 56 components=[
71 components,
81 properties (the components).
84 time and match `len(components)`.
89 components: A list or tuple of `Distribution` instances.
108 TypeError: If cat is not a `Categorical`, or `components` is not
109 a list or tuple, or the elements of `components` are not
111 ValueError: If `components` is an empty list or tuple, or its
115 `len(components)`, or all `components` and `cat` do not hav
211 def components(self): member in class:Mixture
    [all...]
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 75 const int components = (static_cast<int>(format) & 0xff); local
76 switch (components) {
103 mScanlineBuflen = width * components;
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/2.0.4/
plexus-io-2.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/2.0.6/
plexus-io-2.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/1.0/
plexus-io-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar 
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 46 static const float components[] = { 0.0f, 0.2f, 0.4f, 0.5f, 0.6f, 0.8f, 1.0f }; local
47 float r = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components));
48 float g = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components));
49 float b = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components));
50 float a = rnd.choose<float>(DE_ARRAY_BEGIN(components), DE_ARRAY_END(components));
  /external/selinux/libsemanage/src/
policy_components.c 116 * System components first, local next. Verify runs with
118 load_table_t components[] = { local
147 const unsigned int CCOUNT = sizeof(components) / sizeof(components[0]);
149 /* Merge components into policy (and validate) */
154 dbase_config_t *src = components[i].src;
155 dbase_config_t *dst = components[i].dst;
156 int mode = components[i].mode;
213 dbase_config_t *components[] = { local
229 const int CCOUNT = sizeof(components) / sizeof(components[0])
    [all...]
  /external/skia/src/gpu/
GrPathProcessor.cpp 93 unsigned components = fInstalledTransforms[t].fType == kHalf2_GrSLType ? 2 : 3; variable
94 pd.setPathFragmentInputTransform(fInstalledTransforms[t].fHandle, components, m);
  /external/skqp/src/gpu/
GrPathProcessor.cpp 93 unsigned components = fInstalledTransforms[t].fType == kHalf2_GrSLType ? 2 : 3; variable
94 pd.setPathFragmentInputTransform(fInstalledTransforms[t].fHandle, components, m);
  /external/tensorflow/tensorflow/core/grappler/utils/
scc_test.cc 61 std::unordered_map<const NodeDef*, int> components; local
63 StronglyConnectedComponents(item.graph, &components, &num_components);
67 EXPECT_EQ(-1, components[&node]);
93 std::unordered_map<const NodeDef*, int> components; local
94 StronglyConnectedComponents(graph, &components, &num_components);
100 EXPECT_EQ(components[name_to_node[pair.first]],
101 components[name_to_node[pair.second]]);
105 EXPECT_EQ(-1, components[name_to_node[node]]);
156 std::unordered_map<const NodeDef*, int> components; local
157 StronglyConnectedComponents(graph, &components, &num_components)
390 std::unordered_map<const NodeDef*, int> components; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
queue_ops.cc 71 // The op has 1 + k inputs, where k is the number of components in the
98 OpInputList components; variable
99 OP_REQUIRES_OK_ASYNC(ctx, ctx->input_list("components", &components),
101 for (const Tensor& Tcomponent : components) {
120 // The op has 1 + k inputs, where k is the number of components in the
127 // N.B. All tuple components must have the same size in the 0th
150 OpInputList components; variable
151 OP_REQUIRES_OK_ASYNC(ctx, ctx->input_list("components", &components),
    [all...]

Completed in 6618 milliseconds

12 3 4 5 6 7 8 91011>>