OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PerInstruction
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.h
310
struct
PerInstruction
{
317
const
PerInstruction
* PerInst(const HloInstruction* inst) const {
327
PerInstruction
* PerInst(const HloInstruction* inst) {
332
return per_instruction_.emplace(id, absl::make_unique<
PerInstruction
>())
353
absl::flat_hash_map<int, std::unique_ptr<
PerInstruction
>> per_instruction_;
tuple_points_to_analysis.cc
180
PerInstruction
* pi = PerInst(instruction);
435
PerInstruction
* pi = PerInst(instruction);
[
all
...]
Completed in 241 milliseconds