Home
last modified time | relevance | path

Searched refs:CreateAssignment (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-cloud-java/java-bigqueryreservation/proto-google-cloud-bigqueryreservation-v1/src/main/proto/google/cloud/bigquery/reservation/v1/
H A Dreservation.proto225 rpc CreateAssignment(CreateAssignmentRequest) returns (Assignment) { rpc
242 // * CreateAssignment was used previously to define the following
269 // * CreateAssignment was used previously to define the following
904 // [ReservationService.CreateAssignment][google.cloud.bigquery.reservation.v1.ReservationService.Cr…
/aosp_15_r20/external/googleapis/google/cloud/bigquery/reservation/v1/
H A Dreservation.proto225 rpc CreateAssignment(CreateAssignmentRequest) returns (Assignment) { rpc
242 // * CreateAssignment was used previously to define the following
269 // * CreateAssignment was used previously to define the following
904 // [ReservationService.CreateAssignment][google.cloud.bigquery.reservation.v1.ReservationService.Cr…
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment.h642 StatusOr<std::unique_ptr<BufferAssignment>> CreateAssignment(
H A Dbuffer_assignment.cc966 return assigner.CreateAssignment( in Run()
1713 StatusOr<std::unique_ptr<BufferAssignment>> BufferAssigner::CreateAssignment( in CreateAssignment() function in xla::BufferAssigner