Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dgenerator_dataset_op.cc50 std::unique_ptr<CapturedFunction> next_func, in Dataset() argument
56 next_func_(std::move(next_func)), in Dataset()
213 std::unique_ptr<CapturedFunction> next_func; in MakeDataset() local
215 kNextFuncOtherArgs, &next_func)); in MakeDataset()
223 new Dataset(ctx, std::move(init_func), std::move(next_func), in MakeDataset()
/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/core/ops/compat/ops_history_v1/
DGeneratorDataset.pbtxt24 name: "next_func"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DGeneratorDataset.pbtxt24 name: "next_func"
/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp388 Function *next_func = in SynthesizeTailCallFrames() local
390 if (!next_func) { in SynthesizeTailCallFrames()
403 FindInterveningFrames(*next_func, *prev_func, exe_ctx, target, return_pc, in SynthesizeTailCallFrames()
/external/tensorflow/tensorflow/python/data/ops/
Dmulti_device_iterator_ops.py137 next_func=self._next_func,
179 next_func=self._next_func,
Ddataset_ops.py3631 def __init__(self, init_args, init_func, next_func, finalize_func, argument
3659 next_func,
3676 next_func=self._next_func.function,
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dprefetching_ops.py209 next_func=self._next_func,
/external/tensorflow/tensorflow/python/eager/
Dfunction.py293 next_func = g._get_function(t.name) # pylint: disable=protected-access
294 if next_func is not None and isinstance(next_func,
296 g = next_func.graph
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1777 …'next_func_other_args\', \'finalize_func_other_args\', \'init_func\', \'next_func\', \'finalize_fu…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1777 …'next_func_other_args\', \'finalize_func_other_args\', \'init_func\', \'next_func\', \'finalize_fu…
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt18395 name: "next_func"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt27915 name: "next_func"