Searched refs:next_func (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | generator_dataset_op.cc | 50 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/ |
D | disasm-a32.cc | 286 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/ |
D | GeneratorDataset.pbtxt | 24 name: "next_func"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | GeneratorDataset.pbtxt | 24 name: "next_func"
|
/external/llvm-project/lldb/source/Target/ |
D | StackFrameList.cpp | 388 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/ |
D | multi_device_iterator_ops.py | 137 next_func=self._next_func, 179 next_func=self._next_func,
|
D | dataset_ops.py | 3631 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/ |
D | prefetching_ops.py | 209 next_func=self._next_func,
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 293 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/ |
D | tensorflow.raw_ops.pbtxt | 1777 …'next_func_other_args\', \'finalize_func_other_args\', \'init_func\', \'next_func\', \'finalize_fu…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 1777 …'next_func_other_args\', \'finalize_func_other_args\', \'init_func\', \'next_func\', \'finalize_fu…
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 18395 name: "next_func"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 27915 name: "next_func"
|