HomeSort by relevance Sort by last modified time
    Searched refs:specs (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/tensorflow/tensorflow/contrib/specs/python/
__init__.py 15 """Init file, giving convenient access to all specs ops."""
22 from tensorflow.contrib.specs.python.params_ops import *
23 from tensorflow.contrib.specs.python.specs import *
24 from tensorflow.contrib.specs.python.specs_lib import *
25 from tensorflow.contrib.specs.python.specs_ops import *
26 from tensorflow.contrib.specs.python.summaries import *
specs_test.py 15 """Testing specs specifications."""
23 from tensorflow.contrib.specs import python
24 from tensorflow.contrib.specs.python import summaries
31 specs = python variable
44 outputs = specs.create_net(spec, inputs)
59 outputs = specs.create_net(spec, inputs)
69 outputs = specs.create_net(spec, inputs)
83 outputs = specs.create_net(spec, inputs)
96 outputs = specs.create_net(spec, inputs)
113 outputs = specs.create_net(spec, inputs
    [all...]
summaries_test.py 15 """Tests for specs-related summarization functions."""
23 from tensorflow.contrib.specs.python import specs
24 from tensorflow.contrib.specs.python import summaries
41 outputs = specs.create_net(spec, inputs)
54 outputs = specs.create_net(spec, inputs)
66 outputs = specs.create_net(spec, inputs)
76 outputs = specs.create_net(spec, inputs)
  /external/u-boot/api/
api_storage.c 43 static struct stor_spec specs[ENUM_MAX] = { { 0, 0, 0, 0, NULL }, }; variable in typeref:struct:stor_spec
52 specs[ENUM_IDE].max_dev = CONFIG_SYS_IDE_MAXDEVICE;
53 specs[ENUM_IDE].enum_started = 0;
54 specs[ENUM_IDE].enum_ended = 0;
55 specs[ENUM_IDE].type = DEV_TYP_STOR | DT_STOR_IDE;
56 specs[ENUM_IDE].name = "ide";
59 specs[ENUM_MMC].max_dev = CONFIG_SYS_MMC_MAX_DEVICE;
60 specs[ENUM_MMC].enum_started = 0;
61 specs[ENUM_MMC].enum_ended = 0;
62 specs[ENUM_MMC].type = DEV_TYP_STOR | DT_STOR_MMC
    [all...]
  /external/toolchain-utils/bestflags/
testing_batch.py 45 def _GenerateRandomRasks(specs):
49 specs: A list of spec from which the flag set is created.
57 for spec in specs:
76 def _GenerateAllFlagsTasks(specs):
79 All the boolean flags in the specs will be enabled and all the numeric flag
83 specs: A list of spec from which the flag set is created.
91 for spec in specs:
107 def GenerateRandomGATasks(specs, num_tasks, num_trials):
111 specs: A list of spec from which the flag set is created.
124 new_flag = FlagSet([Flag(spec) for spec in specs if random.randint(0, 1)]
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmVariablePointersTests.cpp 322 map<string, string> specs;
324 specs["ExtraCapability"] = extraCap;
325 specs["ExtraTypes"] = "";
326 specs["ExtraGlobalScopeVars"] = "";
327 specs["ExtraFunctionScopeVars"] = "";
328 specs["ExtraSetupComputations"] = "";
329 specs["VarPtrName"] = "%mux_output_var_ptr";
330 specs["ResultStrategy"] = "%mux_output_var_ptr = OpSelect %sb_f32ptr %is_neg" + muxInput1 + muxInput2 + "\n";
331 spec.assembly = shaderTemplate.specialize(specs);
343 map<string, string> specs;
    [all...]
vktSpvAsm16bitStorageTests.cpp 1271 map<string, string> specs; local
1421 map<string, string> specs; local
1661 map<string, string> specs; local
1811 map<string, string> specs; local
1939 map<string, string> specs; local
2156 map<string, string> specs; local
2198 map<string, string> specs; local
2436 map<string, string> specs; local
2548 map<string, string> specs; local
2775 map<string, string> specs; local
2991 map<string, string> specs; local
3204 map<string, string> specs; local
3338 map<string, string> specs; local
3442 map<string, string> specs; local
3555 map<string, string> specs; local
4410 map<string, string> specs; local
4550 map<string, string> specs; local
4674 map<string, string> specs; local
4810 map<string, string> specs; local
4879 map<string, string> specs; local
4954 map<string, string> specs; local
5120 map<string, string> specs; local
5163 map<string, string> specs; local
5235 map<string, string> specs; local
5279 map<string, string> specs; local
5532 map<string, string> specs; local
5696 map<string, string> specs; local
5813 map<string, string> specs; local
5946 map<string, string> specs; local
6181 map<string, string> specs; local
6413 map<string, string> specs; local
6617 map<string, string> specs; local
6888 map<string, string> specs; local
7001 map<string, string> specs; local
7137 map<string, string> specs; local
7264 map<string, string> specs; local
7306 map<string, string> specs; local
7353 map<string, string> specs; local
7508 map<string, string> specs; local
7675 map<string, string> specs; local
7775 map<string, string> specs; local
7892 map<string, string> specs; local
8233 map<string, string> specs; local
8449 map<string, string> specs; local
    [all...]
vktSpvAsmIndexingTests.cpp 95 map<string, string> specs; local
206 specs["accesschain"] = "OpAccessChain %_ptr_Uniform_float %inputFirstElement %idx_0 %i0 %i1 %i2 %i3\n";
207 specs["inputdecoration"] = "BufferBlock";
208 specs["inputstorageclass"] = "Uniform";
211 specs["accesschain"] = "OpInBoundsAccessChain %_ptr_Uniform_float %inputFirstElement %idx_0 %i0 %i1 %i2 %i3\n";
212 specs["inputdecoration"] = "BufferBlock";
213 specs["inputstorageclass"] = "Uniform";
217 specs["accesschain"] = "OpPtrAccessChain %_ptr_StorageBuffer_float %inputFirstElement %idx_1 %idx_0 %i0 %i1 %i2 %i3\n";
218 specs["inputdecoration"] = "Block";
219 specs["inputstorageclass"] = "StorageBuffer"
317 map<string, string> specs; local
706 map<string, string> specs; local
    [all...]
vktSpvAsm8bitStorageTests.cpp 1074 map<string, string> specs; local
1224 map<string, string> specs; local
1393 map<string, string> specs; local
1550 map<string, string> specs; local
1705 map<string, string> specs; local
1877 map<string, string> specs; local
2185 map<string, string> specs; local
2407 map<string, string> specs; local
2622 map<string, string> specs; local
2856 map<string, string> specs; local
3071 map<string, string> specs; local
3260 map<string, string> specs; local
3303 map<string, string> specs; local
3375 map<string, string> specs; local
3419 map<string, string> specs; local
3666 map<string, string> specs; local
3887 map<string, string> specs; local
4080 map<string, string> specs; local
4123 map<string, string> specs; local
4197 map<string, string> specs; local
4242 map<string, string> specs; local
4529 map<string, string> specs; local
4797 map<string, string> specs; local
5007 map<string, string> specs; local
    [all...]
vktSpvAsmConditionalBranchTests.cpp 62 map<string, string> specs; local
118 specs["condition"] = conditions[conditionIdx];
119 spec.assembly = shaderSource.specialize(specs);
146 map<string, string> specs; local
209 specs["condition"] = conditions[conditionIdx];
210 fragments["testfun"] = testFun.specialize(specs);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpecSet.java 32 * {@code non-null;} array of register specs, where each element is
36 private final RegisterSpec[] specs; field in class:RegisterSpecSet
50 this.specs = new RegisterSpec[maxSize];
62 RegisterSpec[] otherSpecs = otherSet.specs;
63 int len = specs.length;
70 RegisterSpec s1 = specs[i];
88 int len = specs.length;
92 RegisterSpec spec = specs[i];
103 int len = specs.length;
110 RegisterSpec spec = specs[i]
    [all...]
LocalVariableInfo.java 77 * @param specs {@code non-null;} the register set to associate with the block
79 public void setStarts(int label, RegisterSpecSet specs) {
82 if (specs == null) {
83 throw new NullPointerException("specs == null");
87 blockStarts[label] = specs;
102 * @param specs {@code non-null;} the register set to merge into the start set
108 public boolean mergeStarts(int label, RegisterSpecSet specs) {
113 setStarts(label, specs);
118 newStart.intersect(specs, true);
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecSet.java 31 * {@code non-null;} array of register specs, where each element is
35 private final RegisterSpec[] specs; field in class:RegisterSpecSet
49 this.specs = new RegisterSpec[maxSize];
61 RegisterSpec[] otherSpecs = otherSet.specs;
62 int len = specs.length;
69 RegisterSpec s1 = specs[i];
87 int len = specs.length;
91 RegisterSpec spec = specs[i];
102 int len = specs.length;
109 RegisterSpec spec = specs[i]
    [all...]
LocalVariableInfo.java 76 * @param specs {@code non-null;} the register set to associate with the block
78 public void setStarts(int label, RegisterSpecSet specs) {
81 if (specs == null) {
82 throw new NullPointerException("specs == null");
86 blockStarts[label] = specs;
101 * @param specs {@code non-null;} the register set to merge into the start set
107 public boolean mergeStarts(int label, RegisterSpecSet specs) {
112 setStarts(label, specs);
118 newStart.intersect(specs, true);
120 newStart = specs.mutableCopy()
    [all...]
  /external/autotest/frontend/client/src/autotest/common/table/
JSONObjectComparator.java 12 public JSONObjectComparator(SortSpec[] specs) {
13 sortSpecs = new SortSpec[specs.length];
14 System.arraycopy(specs, 0, sortSpecs, 0, specs.length);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_screen.c 291 int log2_max_tex_size = util_last_bit(screen->specs.max_texture_size);
368 return util_last_bit(screen->specs.max_texture_size);
414 return shader == PIPE_SHADER_FRAGMENT ? screen->specs.max_varyings
415 : screen->specs.vertex_max_elements;
440 ? screen->specs.fragment_sampler_count
441 : screen->specs.vertex_sampler_count;
504 supported = screen->specs.tex_astc;
618 if ((screen->specs.pixel_pipes == 1 || screen->specs.single_buffer) &&
649 screen->specs.vertex_output_buffer_size = val
    [all...]
  /external/python/mock/
mock.wpr 26 testing.auto-test-file-specs = ('test*.py',)
  /external/autotest/server/cros/dynamic_suite/
host_spec_unittest.py 94 specs = [host_spec.HostSpec(['l1']), host_spec.HostSpec(['l2'])]
95 hosts_per_spec = {specs[0]: host_list[:1], specs[1]: host_list[1:]}
98 # Reimage just the one host that satisfies specs[0].
101 self.assertTrue(specs[1] in group.doomed_specs)
103 # Reimage some host that satisfies specs[1].
112 specs = [host_spec.HostSpec(['l1']),
115 hosts_per_spec = {specs[0]: host_list[:1],
116 specs[1]: host_list[1:2],
117 specs[2]: host_list[2:]
    [all...]
  /external/tensorflow/tensorflow/python/training/saving/
saveable_object.py 54 def __init__(self, op, specs, name):
60 specs: a list of SaveSpec, each element of which describes one tensor to
65 self.specs = specs
85 self._device = self.specs[0].tensor.device
  /external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java 45 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); local
47 for (int i = 0; i < specs.length; ++ i)
49 final String spec = specs [i];
73 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); local
75 for (int i = 0; i < specs.length; ++ i)
77 final String spec = specs [i];
95 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); local
97 for (int i = 0; i < specs.length; ++ i)
99 final String spec = specs [i];
  /external/skia/src/gpu/ccpr/
GrCCAtlas.cpp 52 GrCCAtlas::GrCCAtlas(CoverageType coverageType, const Specs& specs, const GrCaps& caps)
54 , fMaxTextureSize(SkTMax(SkTMax(specs.fMinHeight, specs.fMinWidth),
55 specs.fMaxPreferredTextureSize)) {
59 SkASSERT(specs.fMaxPreferredTextureSize > 0);
63 int log2area = SkNextLog2(SkTMax(specs.fApproxNumPixels, 1));
67 fWidth = SkTClamp(fWidth, specs.fMinTextureSize, specs.fMaxPreferredTextureSize);
68 fHeight = SkTClamp(fHeight, specs.fMinTextureSize, specs.fMaxPreferredTextureSize)
    [all...]
  /external/skqp/src/gpu/ccpr/
GrCCAtlas.cpp 51 GrCCAtlas::GrCCAtlas(CoverageType coverageType, const Specs& specs, const GrCaps& caps)
53 , fMaxTextureSize(SkTMax(SkTMax(specs.fMinHeight, specs.fMinWidth),
54 specs.fMaxPreferredTextureSize)) {
58 SkASSERT(specs.fMaxPreferredTextureSize > 0);
62 int log2area = SkNextLog2(SkTMax(specs.fApproxNumPixels, 1));
66 fWidth = SkTClamp(fWidth, specs.fMinTextureSize, specs.fMaxPreferredTextureSize);
67 fHeight = SkTClamp(fHeight, specs.fMinTextureSize, specs.fMaxPreferredTextureSize)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 77 * @param specs {@code non-null;} the register set to associate with the block
79 public void setStarts(int index, RegisterSpecSet specs) {
82 if (specs == null) {
83 throw new NullPointerException("specs == null");
87 blockStarts[index] = specs;
102 * @param specs {@code non-null;} the register set to merge into the start set
108 public boolean mergeStarts(int index, RegisterSpecSet specs) {
113 setStarts(index, specs);
118 newStart.intersect(specs, true);
  /external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java 60 final String [] specs = new String [_specs.size ()]; local
61 _specs.toArray (specs);
63 return create (specs);
67 public static IInclExclFilter create (final String [] specs)
69 if ((specs == null) || (specs.length == 0))
75 for (int i = 0, iLimit = specs.length; i < iLimit; ++ i)
77 final String spec = specs [i];
  /external/autotest/client/common_lib/cros/cfm/usb/
usb_device_collector_unittest.py 78 specs = (usb_device_spec.UsbDeviceSpec('0a0a', '9f9f', 'PRODUCT', []),
80 devices = self.collector.get_devices_by_spec(*specs)
84 specs = (usb_device_spec.UsbDeviceSpec('no', 'match', 'PRODUCT', []),
86 devices = self.collector.get_devices_by_spec(*specs)

Completed in 672 milliseconds

1 2 3 4 5 6