Searched defs:input_element (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/ |
H A D | parallel_filter_dataset_op.cc | 342 std::vector<Tensor> input_element; in CallFunction() local 375 [this, ctx, result](std::vector<Tensor> input_element) { in CallFunction()
|
H A D | parallel_map_dataset_op.cc | 466 std::vector<Tensor> input_element; in CallFunction() local 491 [this, ctx, result](std::vector<Tensor> input_element) { in CallFunction()
|
H A D | shuffle_dataset_op.cc | 396 std::vector<Tensor> input_element; in FillBuffer() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
H A D | parse_example_dataset_op.cc | 589 std::vector<Tensor> input_element; in CallFunction() local 605 [this, ctx, result](std::vector<Tensor> input_element) { in CallFunction()
|
H A D | map_and_batch_dataset_op.cc | 411 std::vector<Tensor> input_element; in CallFunction() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | captured_function.cc | 382 const std::vector<Tensor>& input_element, int64_t thread_index, in MakeIteratorFromInputElement() 392 const std::vector<Tensor>& input_element, int64_t thread_index, in MakeIteratorFromInputElement()
|