HomeSort by relevance Sort by last modified time
    Searched refs:BuildAttrValue (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/core/kernels/data/
group_by_window_dataset_op.cc 164 b->BuildAttrValue(key_func_, &key_func);
166 b->BuildAttrValue(reduce_func_, &reduce_func);
168 b->BuildAttrValue(window_size_func_, &window_size_func);
171 b->BuildAttrValue(key_func_other_arguments_types,
174 b->BuildAttrValue(reduce_func_other_arguments_types,
177 b->BuildAttrValue(window_size_func_other_arguments_types,
scan_dataset_op.cc 132 b->BuildAttrValue(func_, &f);
134 b->BuildAttrValue(state_types_, &state_types);
136 b->BuildAttrValue(other_arguments_types, &other_arguments_types_attr);
tensor_dataset_op.cc 80 b->BuildAttrValue(dtypes_, &dtypes);
filter_dataset_op.cc 104 b->BuildAttrValue(func_, &f);
106 b->BuildAttrValue(other_arguments_types, &other_arguments_types_attr);
map_dataset_op.cc 109 b->BuildAttrValue(func_, &f);
111 b->BuildAttrValue(other_arguments_types, &other_arguments_types_attr);
tensor_slice_dataset_op.cc 97 b->BuildAttrValue(dtypes_, &dtypes);
flat_map_dataset_op.cc 111 b->BuildAttrValue(func_, &f);
113 b->BuildAttrValue(other_arguments_types, &other_arguments_types_attr);
interleave_dataset_op.cc 135 b->BuildAttrValue(func_, &f);
137 b->BuildAttrValue(other_arguments_types, &other_arguments_types_attr);
padded_batch_dataset_op.cc 170 b->BuildAttrValue(output_dtypes(), &output_types);
173 b->BuildAttrValue<int64>(padded_shapes_.size(), &N);
parallel_map_dataset_op.cc 131 b->BuildAttrValue(func_, &f);
135 b->BuildAttrValue(other_arguments_types, &other_arguments_types_attr);
sparse_tensor_slice_dataset_op.cc 71 b->BuildAttrValue(sparse_tensor_.dtype(), &val_dtype);
tensor_queue_dataset_op.cc 130 b->BuildAttrValue(dtypes_, &output_types);
133 b->BuildAttrValue(batched_shapes_with_queue_, &output_shapes);
136 b->BuildAttrValue<int64>(shapes_.size(), &N);
shuffle_dataset_op.cc 421 b->BuildAttrValue(false, &reshuffle_each_iteration);
  /external/tensorflow/tensorflow/core/framework/
dataset.h 162 void BuildAttrValue(const T& value, AttrValue* attr) {

Completed in 408 milliseconds