Home
last modified time | relevance | path

Searched defs:other_arguments (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dreduce_dataset_op_test.cc28 std::vector<Tensor> other_arguments, in ReduceDatasetParams()
H A Dfilter_dataset_op.cc94 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
H A Dfilter_dataset_op_test.cc26 std::vector<Tensor> other_arguments, in FilterDatasetParams()
H A Dflat_map_dataset_op_test.cc26 std::vector<Tensor> other_arguments, in FlatMapDatasetParams()
H A Dmap_dataset_op.cc122 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
H A Dparallel_filter_dataset_op_test.cc32 T input_dataset_params, std::vector<Tensor> other_arguments, in ParallelFilterDatasetParams()
H A Dparallel_map_dataset_op_test.cc28 T input_dataset_params, std::vector<Tensor> other_arguments, in ParallelMapDatasetParams()
H A Dflat_map_dataset_op.cc104 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
H A Dinterleave_dataset_op_test.cc26 std::vector<Tensor> other_arguments, in InterleaveDatasetParams()
H A Dinterleave_dataset_op.cc110 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
H A Dparallel_interleave_dataset_op_test.cc32 T input_dataset_params, std::vector<Tensor> other_arguments, in ParallelInterleaveDatasetParams()
H A Dparallel_filter_dataset_op.cc110 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
H A Dparallel_map_dataset_op.cc176 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
H A Dparallel_interleave_dataset_op.cc290 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dtake_while_dataset_op.cc103 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
H A Dmap_and_batch_dataset_op_test.cc27 T input_dataset_params, std::vector<Tensor> other_arguments, in MapAndBatchDatasetParams()
H A Dscan_dataset_op.cc149 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
H A Dparallel_interleave_dataset_op_test.cc29 T input_dataset_params, std::vector<Tensor> other_arguments, in ParallelInterleaveDatasetParams()
H A Dchoose_fastest_branch_dataset_op.cc285 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
H A Dmap_and_batch_dataset_op.cc160 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
H A Dparallel_interleave_dataset_op.cc174 std::vector<Node*> other_arguments; in AsGraphDefInternal() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Ddataset_test_base.h261 MapDatasetParams(T input_dataset_params, std::vector<Tensor> other_arguments, in MapDatasetParams()
H A Dcaptured_function.cc505 std::vector<Node*>* other_arguments, in AddToGraph()
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dx86_32_and_x86_64.h486 void EmitImmediates(FirstArgumentType first_argument, ArgumentTypes... other_arguments) { in EmitImmediates()