Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_body.cc24 DataTypeSlice ret_t, Graph* g) in FunctionBody() argument
28 ret_types(ret_t.begin(), ret_t.end()) { in FunctionBody()
/external/harfbuzz_ng/src/
Dhb-debug.hh272 template <int max_level, typename ret_t>
292 _hb_warn_no_return<ret_t> (returned); in ~hb_auto_trace_t()
324 template <typename ret_t> /* Make sure we don't use hb_auto_trace_t when not tracing. */
325 struct hb_auto_trace_t<0, ret_t>
342 template <typename ret_t>
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py950 for ret_t, shape in zip(flat_values, flattened_shapes):
951 ret_t.set_shape(shape)