Home
last modified time | relevance | path

Searched refs:after_bytes (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.h49 int64 after_bytes = -1; member
Dhlo_rematerialization.cc2099 sizes_->after_bytes = current_peak_memory; in Run()
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp250 llvm::ArrayRef<uint8_t> after_bytes = python_bytes.GetBytes(); in TEST_F() local
251 EXPECT_EQ(after_bytes.size(), orig_bytes.size()); in TEST_F()
/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp1674 int after_bytes = MAX2(target_op_end - swap_def_end, 0); in handle_operands() local
1675 int middle_bytes = target->second.bytes - before_bytes - after_bytes; in handle_operands()
1677 if (after_bytes) { in handle_operands()
1681 copy.bytes = after_bytes; in handle_operands()
1683 RegClass rc = RegClass::get(target->second.op.regClass().type(), after_bytes); in handle_operands()