Home
last modified time | relevance | path

Searched refs:alloc_size_by_instruction (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.h233 int64 alloc_size_by_instruction, in AccountForSubcomputationMemory() argument
257 const HloInstruction* instruction, int64 alloc_size_by_instruction,
Dheap_simulator.cc243 int64 alloc_size_by_instruction = 0; in RunComputation() local
276 alloc_size_by_instruction += size_fn_(*buffer); in RunComputation()
284 instruction, alloc_size_by_instruction, *memory_by_computation_); in RunComputation()
529 const HloInstruction* instruction, int64 alloc_size_by_instruction, in AccountForSubcomputationMemory() argument
550 max_subcomputation_bytes -= alloc_size_by_instruction; in AccountForSubcomputationMemory()