Home
last modified time | relevance | path

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

/external/python/pybind11/
Dsetup.py93 def remove_output(*sources): function
101 with remove_output("pybind11/include", "pybind11/share"):
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc357 for (int remove_output : remove_outputs) { in RemoveFunctionOutputs() local
359 if (remove_output < 0 || remove_output >= item_output_size) { in RemoveFunctionOutputs()
361 "Function output index is out of bound: index=", remove_output, in RemoveFunctionOutputs()
/external/harfbuzz_ng/src/
Dhb-buffer.hh209 HB_INTERNAL void remove_output ();
Dhb-ot-layout.cc1881 buffer->remove_output (); in apply_string()
Dhb-buffer.cc290 hb_buffer_t::remove_output () in remove_output() function in hb_buffer_t