Searched refs:next_func (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | generator_dataset_op.cc | 34 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/ |
D | Gia64-test-rbs.c | 51 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/ |
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/python/data/ops/ |
D | multi_device_iterator_ops.py | 133 next_func=self._next_func, 176 next_func=self._next_func,
|
D | dataset_ops.py | 2459 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/ |
D | function.py | 260 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/ |
D | prefetching_ops.py | 209 next_func=self._next_func,
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 1389 …'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 | 1389 …'next_func_other_args\', \'finalize_func_other_args\', \'init_func\', \'next_func\', \'finalize_fu…
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 14338 name: "next_func"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 28578 name: "next_func"
|
D | ops_history.v1.pbtxt | 28949 name: "next_func"
|