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

  /external/tensorflow/tensorflow/python/debug/lib/
debug_graph_reconstruction_test.py 73 for attr_key in new_node.attr:
74 if attr_key == "parallel_iterations":
75 new_node.attr[attr_key].i = 1
  /external/tensorflow/tensorflow/core/grappler/costs/
utils.cc 143 string attr_key = strings::StrCat("input_", i, "_filesize"); local
144 (*op_info->mutable_attr())[attr_key] = attr;
  /external/tensorflow/tensorflow/python/debug/cli/
analyzer_cli.py     [all...]
  /external/tensorflow/tensorflow/python/framework/
test_util.py 240 for attr_key in node.attr:
241 attr_tensor_value = node.attr[attr_key].tensor
246 delete_keys.append(attr_key)
247 for attr_key in delete_keys:
248 del node.attr[attr_key]
    [all...]
  /external/wpa_supplicant_8/src/common/
dpp.c 7169 const u8 *attr_group, *attr_id, *attr_key; local
7519 const u8 *attr_status, *attr_id, *attr_key, *attr_group; local
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
convert_nodes.cc     [all...]

Completed in 1308 milliseconds