Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Dtracking.py113 attribute_value = getattr(self, attribute_name, None)
117 attribute_value = None
123 if isinstance(attribute_value, (def_function.Function,
125 functions[attribute_name] = attribute_value
/external/tensorflow/tensorflow/tools/graph_transforms/
Drename_attribute.cc56 AttrValue attribute_value = node.attr().at(old_attribute_name); in RenameAttribute() local
58 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.java915 Map<String, String> attribute_value = suppressionMap.get(element); in skipAttribute() local
917 if (attribute_value != null) { in skipAttribute()
918 Object suppressValue = attribute_value.get(attribute); in skipAttribute()
920 suppressValue = attribute_value.get("*"); in skipAttribute()
/external/python/asn1crypto/asn1crypto/
Dx509.py1016 for attribute_name, attribute_value in name_dict.items():
1019 value = EmailAddress(attribute_value)
1021 value = DNSName(attribute_value)
1025 value=PrintableString(attribute_value)
1030 value=encoding_class(attribute_value)
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h237 int* attribute_value);
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc488 CUfunction_attribute attribute, CUfunction func, int* attribute_value) { in FuncGetAttribute() argument
489 RETURN_IF_CUDA_RES_ERROR(cuFuncGetAttribute(attribute_value, attribute, func), in FuncGetAttribute()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc366 hipDeviceAttribute_t attribute, hipFunction_t func, int* attribute_value) { in FuncGetAttribute() argument