Searched refs:options_copy (Results 1 – 4 of 4) sorted by relevance
67 SessionOptions options_copy(options); in MakeTestCluster() local68 options_copy.target = strings::StrCat("grpc://", ret->targets_[0]); in MakeTestCluster()71 TF_RETURN_IF_ERROR(GrpcSession::Create(options_copy, &session)); in MakeTestCluster()
95 SessionOptions options_copy(options); in MakeGRPCCluster() local96 options_copy.target = (*workers)[0]; in MakeGRPCCluster()98 TF_CHECK_OK(GrpcSession::Create(options_copy, &session)); in MakeGRPCCluster()
1303 MediaSessionOptions options_copy(options); in CreateOffer() local1306 options_copy.data_channel_type = DCT_SCTP; in CreateOffer()1308 if (!AddDataContentForOffer(options_copy, current_description, in CreateOffer()
481 InstantiateOptions options_copy(options); in Instantiate() local482 options_copy.target = device_name_; in Instantiate()483 const string key = Canonicalize(function_name, attrs, options_copy); in Instantiate()