Home
last modified time | relevance | path

Searched refs:new_sequence (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_hoister.cc61 HloInstructionSequence new_sequence; in HoistParameters() local
64 new_sequence.push_back(parameter); in HoistParameters()
68 new_sequence.push_back(instruction); in HoistParameters()
71 CHECK_EQ(new_sequence.size(), sequence.size()); in HoistParameters()
72 schedule.set_sequence(computation, new_sequence); in HoistParameters()
115 HloInstructionSequence new_sequence; in HoistConstantOperations() local
119 new_sequence.push_back(instruction); in HoistConstantOperations()
124 new_sequence.push_back(instruction); in HoistConstantOperations()
127 CHECK_EQ(new_sequence.size(), sequence.size()); in HoistConstantOperations()
128 schedule.set_sequence(computation, new_sequence); in HoistConstantOperations()
Dmemory_space_assignment_utils.cc97 HloInstructionSequence new_sequence; in HoistConstantOperations() local
101 new_sequence.push_back(instruction); in HoistConstantOperations()
106 new_sequence.push_back(instruction); in HoistConstantOperations()
109 CHECK_EQ(new_sequence.size(), sequence.size()); in HoistConstantOperations()
110 schedule.set_sequence(computation, new_sequence); in HoistConstantOperations()
Dasync_collective_creator.cc170 std::vector<HloInstruction*> new_sequence; in Run() local
173 new_sequence.reserve(sequence.size() + replaced_pairs.size()); in Run()
177 new_sequence.push_back(it->second.start); in Run()
178 new_sequence.push_back(it->second.done); in Run()
181 new_sequence.push_back(instr); in Run()
183 module->schedule().set_sequence(computation, new_sequence); in Run()
Dhlo_schedule.cc172 HloInstructionSequence new_sequence; in UpdateComputationSchedule() local
179 new_sequence.push_back(instruction); in UpdateComputationSchedule()
210 set_sequence(computation, std::move(new_sequence)); in UpdateComputationSchedule()
Dmemory_space_assignment.cc190 HloInstruction* new_instruction, HloInstructionSequence* new_sequence,
197 HloInstruction* new_instruction, HloInstructionSequence* new_sequence, in EnsureInstructionAndOperandsInserted() argument
203 new_instruction, new_sequence, inserted_instructions); in EnsureInstructionAndOperandsInserted()
210 HloInstruction* new_instruction, HloInstructionSequence* new_sequence, in InsertInstructionAndEnsureOperandsInserted() argument
223 operand, new_sequence, inserted_instructions)); in InsertInstructionAndEnsureOperandsInserted()
226 new_sequence->push_back(new_instruction); in InsertInstructionAndEnsureOperandsInserted()
4104 HloInstructionSequence new_sequence; in FixSchedule() local
4118 new_instruction, &new_sequence, &inserted_instructions)); in FixSchedule()
4139 instruction, &new_sequence, &inserted_instructions)); in FixSchedule()
4148 new_instruction, &new_sequence, &inserted_instructions)); in FixSchedule()
[all …]
/external/crosvm/media/cros-codecs/src/decoders/vp9/
Dbackends.rs26 fn new_sequence(&mut self, header: &Header) -> Result<()>; in new_sequence() method
Ddecoder.rs474 self.backend.new_sequence(&frame.header)?; in decode()
/external/crosvm/media/cros-codecs/src/decoders/vp8/
Dbackends.rs25 fn new_sequence(&mut self, header: &Header) -> Result<()>; in new_sequence() method
Ddecoder.rs310 self.backend.new_sequence(&frame.header)?; in decode()
/external/crosvm/media/cros-codecs/src/decoders/vp8/backends/
Ddummy.rs20 fn new_sequence(&mut self, _: &crate::decoders::vp8::parser::Header) -> super::Result<()> { in new_sequence() method
Dvaapi.rs288 fn new_sequence(&mut self, header: &Header) -> StatelessBackendResult<()> { in new_sequence() method
/external/crosvm/media/cros-codecs/src/decoders/vp9/backends/
Ddummy.rs21 fn new_sequence(&mut self, _: &crate::decoders::vp9::parser::Header) -> super::Result<()> { in new_sequence() method
Dvaapi.rs308 fn new_sequence(&mut self, header: &Header) -> StatelessBackendResult<()> { in new_sequence() method
/external/crosvm/media/cros-codecs/src/decoders/h264/
Dbackends.rs28 fn new_sequence(&mut self, sps: &Sps) -> Result<()>; in new_sequence() method
Ddecoder.rs2390 self.backend.new_sequence(sps)?; in decode()
/external/crosvm/media/cros-codecs/src/decoders/h264/backends/
Ddummy.rs24 fn new_sequence(&mut self, _: &Sps) -> StatelessBackendResult<()> { in new_sequence() method
Dvaapi.rs551 fn new_sequence(&mut self, sps: &Sps) -> StatelessBackendResult<()> { in new_sequence() method