Home
last modified time | relevance | path

Searched refs:next_func (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dgenerator_dataset_op.cc34 std::unique_ptr<CapturedFunction> next_func, in Dataset() argument
40 next_func_(std::move(next_func)), in Dataset()
170 std::unique_ptr<CapturedFunction> next_func; in MakeDataset() local
172 next_func_, ctx, "next_func_other_args", &next_func)); in MakeDataset()
180 new Dataset(ctx, std::move(init_func), std::move(next_func), in MakeDataset()
/external/libunwind/tests/
DGia64-test-rbs.c51 typedef int spill_func_t (long iteration, int (*next_func[])());
53 extern int loadup (long iteration, int *values, int (*next_func[])());
57 extern int rbs_spill_##n (long iteration, int (*next_func[])())
93 unwind_and_resume (long iteration, int (*next_func[])()) in unwind_and_resume() argument
102 __FUNCTION__, iteration, next_func); in unwind_and_resume()
/external/vixl/examples/aarch32/
Ddisasm-a32.cc286 SymbolTable::iterator next_func = sres; in main() local
287 next_func++; in main()
288 if (next_func == symbol_names.end()) { in main()
292 func_size = next_func->first - sres->first; in main()
/external/tensorflow/tensorflow/python/data/ops/
Dmulti_device_iterator_ops.py133 next_func=self._next_func,
176 next_func=self._next_func,
Ddataset_ops.py2459 def __init__(self, init_args, init_func, next_func, finalize_func): argument
2484 next_func,
2498 next_func=self._next_func.function,
/external/tensorflow/tensorflow/python/eager/
Dfunction.py260 next_func = g._get_function(t.name)
261 if next_func is not None and isinstance(next_func,
263 g = next_func._graph
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dprefetching_ops.py209 next_func=self._next_func,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1389 …'next_func_other_args\', \'finalize_func_other_args\', \'init_func\', \'next_func\', \'finalize_fu…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1389 …'next_func_other_args\', \'finalize_func_other_args\', \'init_func\', \'next_func\', \'finalize_fu…
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt14338 name: "next_func"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt28578 name: "next_func"
Dops_history.v1.pbtxt28949 name: "next_func"