Home
last modified time | relevance | path

Searched refs:wrapped_value (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dtf_should_use.py92 def _new__init__(self, wrapped_value, tf_should_use_helper): argument
95 self._tf_should_use_wrapped_value = wrapped_value
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c367 CBS bag_id, wrapped_value, bag_attrs; in PKCS12_handle_safe_bag() local
369 !CBS_get_asn1(safe_bag, &wrapped_value, in PKCS12_handle_safe_bag()
393 is_key_bag ? EVP_parse_private_key(&wrapped_value) in PKCS12_handle_safe_bag()
395 &wrapped_value, ctx->password, ctx->password_len); in PKCS12_handle_safe_bag()
400 if (CBS_len(&wrapped_value) != 0) { in PKCS12_handle_safe_bag()
413 if (!CBS_get_asn1(&wrapped_value, &cert_bag, CBS_ASN1_SEQUENCE) || in PKCS12_handle_safe_bag()
/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c415 CBS bag_id, wrapped_value, bag_attrs; in PKCS12_handle_safe_bag() local
417 !CBS_get_asn1(safe_bag, &wrapped_value, in PKCS12_handle_safe_bag()
441 is_key_bag ? EVP_parse_private_key(&wrapped_value) in PKCS12_handle_safe_bag()
443 &wrapped_value, ctx->password, ctx->password_len); in PKCS12_handle_safe_bag()
448 if (CBS_len(&wrapped_value) != 0) { in PKCS12_handle_safe_bag()
461 if (!CBS_get_asn1(&wrapped_value, &cert_bag, CBS_ASN1_SEQUENCE) || in PKCS12_handle_safe_bag()
/external/cronet/third_party/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c367 CBS bag_id, wrapped_value, bag_attrs; in PKCS12_handle_safe_bag() local
369 !CBS_get_asn1(safe_bag, &wrapped_value, in PKCS12_handle_safe_bag()
393 is_key_bag ? EVP_parse_private_key(&wrapped_value) in PKCS12_handle_safe_bag()
395 &wrapped_value, ctx->password, ctx->password_len); in PKCS12_handle_safe_bag()
400 if (CBS_len(&wrapped_value) != 0) { in PKCS12_handle_safe_bag()
413 if (!CBS_get_asn1(&wrapped_value, &cert_bag, CBS_ASN1_SEQUENCE) || in PKCS12_handle_safe_bag()
/external/tensorflow/tensorflow/python/trackable/
Dbase.py145 self.wrapped_value = checkpoint_position.value_tensors(
151 return getattr(self.wrapped_value, attr)
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php200 $wrapped_value = $value;
204 $wrapped_value = new $klass;
205 $wrapped_value->setValue($value);
210 $this->$member = $wrapped_value;
212 $this->writeOneof($field->getNumber(), $wrapped_value);
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php200 $wrapped_value = $value;
204 $wrapped_value = new $klass;
205 $wrapped_value->setValue($value);
210 $this->$member = $wrapped_value;
212 $this->writeOneof($field->getNumber(), $wrapped_value);
/external/tensorflow/tensorflow/dtensor/python/
Dd_variable.py193 initial_value = initial_value.wrapped_value
/external/cronet/base/
Dvalues.cc503 auto wrapped_value = std::make_unique<Value>(std::move(value)); in Set() local
504 auto* raw_value = wrapped_value.get(); in Set()
505 storage_.insert_or_assign(key, std::move(wrapped_value)); in Set()
/external/tensorflow/tensorflow/python/ops/
Dvariables.py1759 initial_value = initial_value.wrapped_value
1795 initial_value = initial_value.wrapped_value
Dresource_variable_ops.py1821 initial_value = initial_value.wrapped_value
/external/tensorflow/tensorflow/python/distribute/
Dcollective_all_reduce_strategy.py614 initial_value = initial_value.wrapped_value
Ddistribute_lib.py2148 kwargs["initial_value"] = kwargs["initial_value"].wrapped_value
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py299 initial_value = initial_value.wrapped_value