Searched refs:t_ops (Results 1 – 2 of 2) sorted by relevance
71 std::vector<std::shared_ptr<TensorOperation>> t_ops; in __anon3fa898e20402() local72 THROW_IF_ERROR(PyListToTensorOperations(ops, &t_ops)); in __anon3fa898e20402()73 auto compose = std::make_shared<transforms::ComposeOperation>(std::move(t_ops)); in __anon3fa898e20402()150 std::vector<std::shared_ptr<TensorOperation>> t_ops; in __anon3fa898e21202() local151 THROW_IF_ERROR(PyListToTensorOperations(ops, &t_ops)); in __anon3fa898e21202()152 … auto random_choice = std::make_shared<transforms::RandomChoiceOperation>(std::move(t_ops)); in __anon3fa898e21202()162 std::vector<std::shared_ptr<TensorOperation>> t_ops; in __anon3fa898e21402() local163 THROW_IF_ERROR(PyListToTensorOperations(ops, &t_ops)); in __anon3fa898e21402()164 … auto random_apply = std::make_shared<transforms::RandomApplyOperation>(std::move(t_ops), prob); in __anon3fa898e21402()
49 unsigned t_ops; member140 TEST(call_semop(tv, *(tc[i].semid), ptr, tc[i].t_ops, to)); in run()