Home
last modified time | relevance | path

Searched refs:attribute_value (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/training/tracking/
Dtracking.py99 attribute_value = getattr(self, attribute_name, None)
103 attribute_value = None
104 if isinstance(attribute_value, (def_function.Function,
106 functions[attribute_name] = attribute_value
/external/tensorflow/tensorflow/tools/graph_transforms/
Drename_attribute.cc57 AttrValue attribute_value = node.attr().at(old_attribute_name); in RenameAttribute() local
59 new_node->mutable_attr()->insert({new_attribute_name, attribute_value}); in RenameAttribute()
/external/tensorflow/tensorflow/compiler/xla/service/g3doc/
Dhlo_parser.md55 : attribute_name attribute_value
57 attribute_value
/external/autotest/client/site_tests/policy_PowerManagementIdleSettings/
Dpolicy_PowerManagementIdleSettings.py159 attribute_value = utils.wait_for_value(
163 return attribute_value
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java825 Map<String, String> attribute_value = suppressionMap.get(element); in skipAttribute() local
827 if (attribute_value != null) { in skipAttribute()
828 Object suppressValue = attribute_value.get(attribute); in skipAttribute()
829 if (suppressValue == null) suppressValue = attribute_value.get("*"); in skipAttribute()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h180 int* attribute_value);
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc491 int* attribute_value) { in FuncGetAttribute() argument
492 CUresult res = cuFuncGetAttribute(attribute_value, attribute, func); in FuncGetAttribute()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc377 int* attribute_value) { in FuncGetAttribute() argument