Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.cc282 int64 operands_size = 0; in ComputeGloballyUnfusible() local
284 operands_size += total_size(op->shape()); in ComputeGloballyUnfusible()
286 if (operands_size <= total_size(producer->shape())) { in ComputeGloballyUnfusible()
/external/v8/src/
Dgdb-jit.cc1548 size_t operands_size) { in WriteExtendedOpcode() argument
1550 w->WriteULEB128(operands_size + 1); in WriteExtendedOpcode()