Searched refs:torch_state (Results 1 – 4 of 4) sorted by relevance
32 std::shared_ptr<EmulatedTorchState> torch_state) { in Create() argument36 torch_state)); in Create()59 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceHwlImpl() argument63 torch_state_(torch_state) {} in EmulatedCameraDeviceHwlImpl()
83 std::shared_ptr<EmulatedTorchState> torch_state);191 std::shared_ptr<EmulatedTorchState> torch_state) in EmulatedCameraDeviceSessionHwlImpl() argument192 : torch_state_(torch_state), in EmulatedCameraDeviceSessionHwlImpl()
78 std::shared_ptr<EmulatedTorchState> torch_state) { in Create() argument86 torch_state)); in Create()
891 std::shared_ptr<EmulatedTorchState> torch_state; in CreateCameraDeviceHwl() local902 torch_state = std::make_shared<EmulatedTorchState>(camera_id, torch_cb_); in CreateCameraDeviceHwl()912 camera_id, std::move(meta), std::move(physical_devices), torch_state); in CreateCameraDeviceHwl()