Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc744 for (int remove_output : remove_outputs) { in RemoveFunctionOutputs() local
745 if (remove_output < 0 || remove_output >= item->output_size()) { in RemoveFunctionOutputs()
747 "Function output index is out of bound: index=", remove_output, in RemoveFunctionOutputs()
/external/harfbuzz_ng/src/
Dhb-buffer.hh207 HB_INTERNAL void remove_output ();
Dhb-buffer.cc290 hb_buffer_t::remove_output () in remove_output() function in hb_buffer_t
Dhb-ot-layout.cc1408 buffer->remove_output (); in apply_string()