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);