/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | group_by_reducer_dataset_op.cc | 134 captured_key_func_->AddToGraph(ctx, b, &key_func_other_arguments_node, in AsGraphDefInternal() 139 TF_RETURN_IF_ERROR(captured_init_func_->AddToGraph( in AsGraphDefInternal() 145 TF_RETURN_IF_ERROR(captured_reduce_func_->AddToGraph( in AsGraphDefInternal() 151 TF_RETURN_IF_ERROR(captured_finalize_func_->AddToGraph( in AsGraphDefInternal()
|
D | group_by_window_dataset_op.cc | 141 captured_key_func_->AddToGraph(ctx, b, &key_func_other_arguments_node, in AsGraphDefInternal() 146 TF_RETURN_IF_ERROR(captured_reduce_func_->AddToGraph( in AsGraphDefInternal() 152 TF_RETURN_IF_ERROR(captured_window_size_func_->AddToGraph( in AsGraphDefInternal()
|
D | take_while_dataset_op.cc | 105 TF_RETURN_IF_ERROR(captured_func_->AddToGraph(ctx, b, &other_arguments, in AsGraphDefInternal()
|
D | scan_dataset_op.cc | 143 TF_RETURN_IF_ERROR(captured_func_->AddToGraph(ctx, b, &other_arguments, in AsGraphDefInternal()
|
D | io_ops.cc | 224 TF_RETURN_IF_ERROR(captured_func_->AddToGraph( in AsGraphDefInternal()
|
D | choose_fastest_branch_dataset_op.cc | 290 TF_RETURN_IF_ERROR(captured_func->AddToGraph(ctx, b, &other_arguments, in AsGraphDefInternal()
|
D | map_and_batch_dataset_op.cc | 162 TF_RETURN_IF_ERROR(captured_func_->AddToGraph(ctx, b, &other_arguments, in AsGraphDefInternal()
|
D | parallel_interleave_dataset_op.cc | 174 TF_RETURN_IF_ERROR(captured_func_->AddToGraph(ctx, b, &other_arguments, in AsGraphDefInternal()
|
D | snapshot_dataset_op.cc | 371 TF_RETURN_IF_ERROR(reader_func_->AddToGraph(ctx, b, &reader_func_other_args, in AsGraphDefInternal() 376 TF_RETURN_IF_ERROR(shard_func_->AddToGraph(ctx, b, &shard_func_other_args, in AsGraphDefInternal()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | captured_function.h | 148 Status AddToGraph(SerializationContext* ctx,
|
D | map_dataset_op.cc | 102 TF_RETURN_IF_ERROR(captured_func_->AddToGraph(ctx, b, &other_arguments, in AsGraphDefInternal()
|
D | filter_dataset_op.cc | 96 TF_RETURN_IF_ERROR(captured_func_->AddToGraph(ctx, b, &other_arguments, in AsGraphDefInternal()
|
D | flat_map_dataset_op.cc | 96 TF_RETURN_IF_ERROR(captured_func_->AddToGraph(ctx, b, &other_arguments, in AsGraphDefInternal()
|
D | interleave_dataset_op.cc | 112 TF_RETURN_IF_ERROR(captured_func_->AddToGraph(ctx, b, &other_arguments, in AsGraphDefInternal()
|
D | parallel_map_dataset_op.cc | 144 TF_RETURN_IF_ERROR(captured_func_->AddToGraph(ctx, b, &other_arguments, in AsGraphDefInternal()
|
D | captured_function.cc | 565 Status CapturedFunction::AddToGraph( in AddToGraph() function in tensorflow::data::CapturedFunction
|
D | parallel_interleave_dataset_op.cc | 254 TF_RETURN_IF_ERROR(captured_func_->AddToGraph(ctx, b, &other_arguments, in AsGraphDefInternal()
|