Searched refs:attribute_value (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/training/tracking/ |
D | tracking.py | 113 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/ |
D | rename_attribute.cc | 56 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/ |
D | hlo_parser.md | 55 : attribute_name attribute_value 57 attribute_value
|
/external/autotest/client/site_tests/policy_PowerManagementIdleSettings/ |
D | policy_PowerManagementIdleSettings.py | 159 attribute_value = utils.wait_for_value( 163 return attribute_value
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XPathParts.java | 915 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/ |
D | x509.py | 1016 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/ |
D | gpu_driver.h | 237 int* attribute_value);
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_driver.cc | 488 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/ |
D | rocm_driver.cc | 366 hipDeviceAttribute_t attribute, hipFunction_t func, int* attribute_value) { in FuncGetAttribute() argument
|