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

1 2

  /external/python/cpython3/Lib/test/
test_xml_dom_minicompat.py 16 node_list = EmptyNodeList()
18 self.assertIsNone(node_list.item(0))
19 self.assertIsNone(node_list.item(-1)) # invalid item
22 node_list[0]
24 node_list[-1]
27 node_list = EmptyNodeList()
29 self.assertEqual(node_list.length, 0)
32 node_list.length = 111
35 node_list = EmptyNodeList() + NodeList()
36 self.assertEqual(node_list, NodeList()
    [all...]
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
conditional_features.py 42 def _FilterDisabledFromNodeList(node_list, enabled_features):
43 if not node_list:
45 assert isinstance(node_list, ast.NodeListBase)
46 node_list.items = [
47 item for item in node_list.items if _IsEnabled(item, enabled_features)
49 for item in node_list.items:
  /external/u-boot/drivers/mmc/
exynos_dw_mmc.c 217 int node_list[], int count)
223 node = node_list[i];
240 int node_list[DWMMC_MAX_CH_NUM]; local
245 COMPAT_SAMSUNG_EXYNOS_DWMMC, node_list,
250 boot_dev_node = node_list[2];
251 node_list[2] = node_list[0];
252 node_list[0] = boot_dev_node;
255 err = exynos_dwmci_process_node(blob, node_list, count);
s5p_sdhci.c 194 static int process_nodes(const void *blob, int node_list[], int count)
204 node = node_list[i];
231 int node_list[SDHCI_MAX_HOSTS]; local
234 COMPAT_SAMSUNG_EXYNOS_MMC, node_list,
237 return process_nodes(blob, node_list, count);
  /external/tensorflow/tensorflow/core/grappler/inputs/
file_input_yielder.cc 88 metagraph.collection_def().at("train_op").node_list().value_size() == 0) {
96 metagraph.collection_def().at("train_op").node_list().value()) {
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
cpuset_memory_spread_testset.sh 191 # general_memory_spread_test <cpusetpath> <is_spread> <cpu_list> <node_list> \
199 local node_list="$3"
203 cpuset_set "$cpusetpath" "$cpu_list" "$node_list" "0" 2> $CPUSET_TMP/stderr
  /external/tensorflow/tensorflow/contrib/meta_graph_transform/
meta_graph_transform.py 486 elif base_collection.HasField('node_list'):
487 collection.node_list.value[:] = [
488 s for s in base_collection.node_list.value
594 if not collection.node_list.value:
596 'Collection {} is present but type is not node_list.'.format(
598 if len(collection.node_list.value) != 1:
602 return collection.node_list.value[0]
610 if not collection.node_list.value:
612 'Collection {} is present but type is not node_list.'.format(
614 return collection.node_list.valu
    [all...]
meta_graph_transform_test.py 352 ops.GraphKeys.TABLE_INITIALIZERS].node_list.value.extend(
362 ops.GraphKeys.TABLE_INITIALIZERS].node_list.value,
389 ops.GraphKeys.TABLE_INITIALIZERS].node_list.value.extend(
392 saved_model_constants.LEGACY_INIT_OP_KEY].node_list.value.extend(
453 base_meta_graph_def.collection_def[collection_name].node_list.value.extend(
464 self.assertEqual(expected_nodes, collection.node_list.value)
  /external/tensorflow/tensorflow/core/grappler/graph_analyzer/
graph_analyzer_tool.cc 50 metagraph.collection_def().at("train_op").node_list().value()) {
  /external/u-boot/lib/
fdtdec.c 395 enum fdt_compat_id id, int *node_list,
398 memset(node_list, '\0', sizeof(*node_list) * maxcount);
400 return fdtdec_add_aliases_for_id(blob, name, id, node_list, maxcount);
405 enum fdt_compat_id id, int *node_list,
482 if (node_list[number]) {
490 node_list[number] = node;
499 if (!node_list[i]) {
509 assert(!node_list[i]);
510 node_list[i] = nodes[j++]
    [all...]
  /external/dtc/tests/
pylibfdt_tests.py 213 node_list = []
216 node_list.append(self.fdt.get_name(node))
218 self.assertEquals(node_list, ['subnode@1', 'subnode@2'])
  /external/tensorflow/tensorflow/contrib/session_bundle/
session_bundle.cc 215 if (init_op_it->second.node_list().value_size() != 1) {
220 init_op_it->second.node_list().value(0),
session_bundle_test.cc 395 auto* node_list =
397 node_list->add_value("foo");
398 node_list->add_value("bar");
session_bundle.py 153 init_ops = collection_def[constants.INIT_OP_KEY].node_list.value
exporter_test.py 156 init_ops = collection_def[constants.INIT_OP_KEY].node_list.value
  /external/tensorflow/tensorflow/core/kernels/data/
graph_rewrite_dataset.cc 163 auto node_list = collection_def.mutable_node_list(); local
164 node_list->add_value(*output_node);
  /external/u-boot/include/
fdtdec.h 574 * @param node_list Place to put list of found nodes
579 enum fdt_compat_id id, int *node_list, int maxcount);
583 * adds to the node_list that is passed in. Any 0 elements are considered
602 enum fdt_compat_id id, int *node_list, int maxcount);
    [all...]
  /external/tensorflow/tensorflow/python/grappler/
cost_analyzer_tool.py 75 fetch_collection.node_list.value.append(fetch)
  /external/tensorflow/tensorflow/cc/saved_model/
loader.cc 187 if (init_op_it->second.node_list().value_size() != 1) {
191 *init_op_name = init_op_it->second.node_list().value(0);
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.cc 214 for (const auto& node : nodes.node_list().value()) {
359 for (const auto& node : inits.node_list().value()) {
434 for (const string& node : collection.node_list().value()) {
  /external/u-boot/drivers/video/exynos/
exynos_fb.c 353 int node_list[2]; local
358 COMPAT_SAMSUNG_EXYNOS_SYSMMU, node_list, 2);
360 node = node_list[i];
  /external/tensorflow/tensorflow/python/framework/
convert_to_constants.py 52 fetch_collection.node_list.value.append(array.name)
  /external/tensorflow/tensorflow/python/compiler/tensorrt/
trt_convert.py 199 blacklist = collection_def.node_list.value
280 fetch_collection.node_list.value.append(array.name)
    [all...]
  /external/tensorflow/tensorflow/python/saved_model/
loader_impl.py 155 init_op_list = collection_def[init_op_key].node_list.value
  /external/adhd/cras/src/libcras/
cras_client.c 3264 const struct cras_ionode_info *node_list; local
    [all...]

Completed in 972 milliseconds

1 2