HomeSort by relevance Sort by last modified time
    Searched refs:attr_key (Results 1 - 6 of 6) sorted by null

  /test/vts-testcase/hal/media/omx/V1_0/host_omxstore/
VtsHalMediaOmxStoreV1_0HostTest.py 101 attr_key = attr['key']
104 # attr_key must not have been seen before.
106 attr_key not in key_set,
107 'Service attribute "' + attr_key + '" has duplicates.')
108 key_set.add(attr_key)
110 if attr_key in known:
112 known[attr_key].match(attr_value),
113 'Service attribute "' + attr_key + '" has ' +
118 if key_re.match(attr_key):
121 'Service attribute "' + attr_key + '" has '
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
debug_graph_reconstruction_test.py 71 for attr_key in new_node.attr:
72 if attr_key == "parallel_iterations":
73 new_node.attr[attr_key].i = 1
  /external/tensorflow/tensorflow/python/framework/
test_util.py 189 for attr_key in node.attr:
190 attr_tensor_value = node.attr[attr_key].tensor
195 delete_keys.append(attr_key)
196 for attr_key in delete_keys:
197 del node.attr[attr_key]
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
utils.cc 146 string attr_key = strings::StrCat("input_", i, "_filesize"); local
147 (*op_info->mutable_attr())[attr_key] = attr;
  /external/tensorflow/tensorflow/python/debug/cli/
analyzer_cli.py     [all...]
  /external/wpa_supplicant_8/src/common/
dpp.c 5137 const u8 *attr_group, *attr_id, *attr_key; local
5405 const u8 *attr_status, *attr_id, *attr_key; local
    [all...]

Completed in 980 milliseconds