Home
last modified time | relevance | path

Searched defs:is_expensive (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.h40 : is_expensive_(is_expensive), may_duplicate_(may_duplicate) {} in is_expensive_() argument
110 bool is_expensive(const HloInstruction& instruction) { in is_expensive() function
/external/tensorflow/tensorflow/core/profiler/lib/
Dtraceme.h35 inline int GetTFTraceMeLevel(bool is_expensive) { return is_expensive ? 2 : 3; } in GetTFTraceMeLevel()
/external/tensorflow/tensorflow/core/platform/
Dtracing.h215 : ScopedActivity(name, StringPiece(), is_expensive) {} in ScopedActivity() argument
/external/tensorflow/tensorflow/core/platform/default/
Ddevice_tracer.cc381 static int GetLevel(bool is_expensive) { in GetLevel()