Searched refs:wrapped_value (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-async.cc | 20 Node* const wrapped_value = AllocateAndInitJSPromise(context); in Await() local 23 InternalResolvePromise(context, wrapped_value, value); in Await() 48 AllocateAndInitJSPromise(context, wrapped_value); in Await() 84 InternalPerformPromiseThen(context, wrapped_value, on_resolve, on_reject, in Await() 88 return wrapped_value; in Await()
|
/external/tensorflow/tensorflow/python/training/ |
D | checkpointable.py | 60 self.wrapped_value = checkpoint_position.restore_ops()[ 65 self.wrapped_value.set_shape(shape) 70 return (self.wrapped_value.__class__, CheckpointInitialValue) 74 return getattr(self.wrapped_value, attr)
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 302 CBS bag_id, wrapped_value; in PKCS12_handle_safe_bag() local 304 !CBS_get_asn1(safe_bag, &wrapped_value, in PKCS12_handle_safe_bag() 320 &wrapped_value, ctx->password, ctx->password_len); in PKCS12_handle_safe_bag() 325 if (CBS_len(&wrapped_value) != 0) { in PKCS12_handle_safe_bag() 338 if (!CBS_get_asn1(&wrapped_value, &cert_bag, CBS_ASN1_SEQUENCE) || in PKCS12_handle_safe_bag()
|
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 355 initial_value = initial_value.wrapped_value
|
D | variables.py | 313 initial_value = initial_value.wrapped_value
|