HomeSort by relevance Sort by last modified time
    Searched refs:wrapped_value (Results 1 - 5 of 5) sorted by null

  /external/v8/src/builtins/
builtins-async.cc 20 Node* const wrapped_value = AllocateAndInitJSPromise(context); local
23 InternalResolvePromise(context, wrapped_value, value);
48 AllocateAndInitJSPromise(context, wrapped_value);
84 InternalPerformPromiseThen(context, wrapped_value, on_resolve, on_reject,
88 return wrapped_value;
  /external/tensorflow/tensorflow/python/training/
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/
pkcs8_x509.c 302 CBS bag_id, wrapped_value; local
304 !CBS_get_asn1(safe_bag, &wrapped_value,
320 &wrapped_value, ctx->password, ctx->password_len);
325 if (CBS_len(&wrapped_value) != 0) {
338 if (!CBS_get_asn1(&wrapped_value, &cert_bag, CBS_ASN1_SEQUENCE) ||
  /external/tensorflow/tensorflow/python/ops/
resource_variable_ops.py 355 initial_value = initial_value.wrapped_value
    [all...]
variables.py 313 initial_value = initial_value.wrapped_value
    [all...]

Completed in 801 milliseconds