Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-debug.hh269 template <int max_level, typename ret_t>
289 _hb_warn_no_return<ret_t> (returned); in ~hb_auto_trace_t()
296 ret_t ret (ret_t v, in ret()
307 hb_printer_t<ret_t>().print (v), line); in ret()
320 template <typename ret_t> /* Make sure we don't use hb_auto_trace_t when not tracing. */
321 struct hb_auto_trace_t<0, ret_t>
330 ret_t ret (ret_t v, in ret()
337 template <typename ret_t>
339 ret_t ret (ret_t v, in ret()
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dscript_ops.py140 for ret_t, shape in zip(flat_values, flattened_shapes):
141 ret_t.set_shape(shape)
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc1920 DataTypeSlice ret_t, Graph* g) in FunctionBody() argument
1924 ret_types(ret_t.begin(), ret_t.end()) { in FunctionBody()
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py486 for ret_t, shape in zip(flat_values, flattened_shapes):
487 ret_t.set_shape(shape)