Home
last modified time | relevance | path

Searched refs:SubtleMustCopy (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dsubstr_op.cc72 tensorflow::internal::SubtleMustCopy(pos_tensor.scalar<T>()()); in Compute()
74 tensorflow::internal::SubtleMustCopy(len_tensor.scalar<T>()()); in Compute()
102 const T pos = tensorflow::internal::SubtleMustCopy(pos_flat(i)); in Compute()
103 const T len = tensorflow::internal::SubtleMustCopy(len_flat(i)); in Compute()
181 const T pos = tensorflow::internal::SubtleMustCopy(pos_bcast(i)); in Compute()
182 const T len = tensorflow::internal::SubtleMustCopy(len_bcast(i)); in Compute()
246 tensorflow::internal::SubtleMustCopy(pos_bcast(i, j)); in Compute()
248 tensorflow::internal::SubtleMustCopy(len_bcast(i, j)); in Compute()
Ddecode_bmp_op.cc66 int32 header_size_ = internal::SubtleMustCopy( in Compute()
69 int32 width_ = internal::SubtleMustCopy( in Compute()
72 int32 height_ = internal::SubtleMustCopy( in Compute()
75 int32 bpp_ = internal::SubtleMustCopy( in Compute()
Dscatter_functor.h212 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
238 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
272 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
298 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
310 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
336 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
368 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
393 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
427 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
452 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
[all …]
Dsegment_reduction_ops.cc99 ? internal::SubtleMustCopy(segment_vec(num_indices - 1)) + 1 in Compute()
125 Index out_index = internal::SubtleMustCopy(segment_vec(start)); in Compute()
136 next_index = internal::SubtleMustCopy(segment_vec(end)); in Compute()
385 Index j = internal::SubtleMustCopy(segment_ids(i)); in operator ()()
482 internal::SubtleMustCopy(num_segments.scalar<int32>()()); in Compute()
643 output_rows = internal::SubtleMustCopy(num_segments.scalar<int32>()()); in Compute()
667 ? internal::SubtleMustCopy(segment_vec(num_indices - 1)) + 1 in Compute()
699 OutputRow out_index = internal::SubtleMustCopy(segment_vec(start)); in Compute()
707 next_index = internal::SubtleMustCopy(segment_vec(end)); in Compute()
1030 internal::SubtleMustCopy(output_dim0.scalar<SegmentId>()()); in Compute()
[all …]
Dstateless_random_ops.cc37 seed0 = internal::SubtleMustCopy(seed_vals(0)); in GenerateKey()
38 seed1 = internal::SubtleMustCopy(seed_vals(1)); in GenerateKey()
41 seed0 = internal::SubtleMustCopy(seed_vals(0)); in GenerateKey()
42 seed1 = internal::SubtleMustCopy(seed_vals(1)); in GenerateKey()
Ddynamic_partition_op.cc60 const int32 p = internal::SubtleMustCopy(e_partitions(i)); in ValidateAndAllocateOutputs()
113 const int32 p = internal::SubtleMustCopy(e_partitions(i)); in Compute()
141 const int32 p = internal::SubtleMustCopy(e_partitions(i)); in Compute()
Dsparse_tensor_dense_matmul_op.cc268 const Tindices m = internal::SubtleMustCopy(a_indices(i, lhs_index_a)); in Compute()
269 const Tindices k = internal::SubtleMustCopy(a_indices(i, rhs_index_a)); in Compute()
288 const Tindices m = internal::SubtleMustCopy(a_indices(i, lhs_index_a)); \ in Compute()
289 const Tindices k = internal::SubtleMustCopy(a_indices(i, rhs_index_a)); \ in Compute()
Dconcat_op.cc83 internal::SubtleMustCopy(concat_dim_tensor->scalar<int32>()()); in Compute()
86 internal::SubtleMustCopy(concat_dim_tensor->scalar<int64>()()); in Compute()
315 const int64 cdim = internal::SubtleMustCopy(concat_dim.scalar<int32>()()); in Compute()
Dcrop_and_resize_op.cc160 const int crop_height = internal::SubtleMustCopy(crop_size_vec(0)); in ComputeAsync()
161 const int crop_width = internal::SubtleMustCopy(crop_size_vec(1)); in ComputeAsync()
381 const int batch_size = internal::SubtleMustCopy(image_size_vec(0)); in ComputeAsync()
382 const int image_height = internal::SubtleMustCopy(image_size_vec(1)); in ComputeAsync()
383 const int image_width = internal::SubtleMustCopy(image_size_vec(2)); in ComputeAsync()
384 const int depth = internal::SubtleMustCopy(image_size_vec(3)); in ComputeAsync()
Dimage_resizer_state.h96 out_height = internal::SubtleMustCopy(Svec(0)); in ValidateAndCalculateOutputSize()
97 out_width = internal::SubtleMustCopy(Svec(1)); in ValidateAndCalculateOutputSize()
Dsparse_xent_op.h73 const Index label = tensorflow::internal::SubtleMustCopy(labels_(batch)); in operator()
113 const Index label = tensorflow::internal::SubtleMustCopy(labels_(batch)); in operator()
Dspacetobatch_functor.h58 (*output)[i] = SubtleMustCopy(eigen_vec(i)); in SubtleMustCopyFlatHelper()
Dscatter_nd_op_cpu_impl.h119 const Index ix_d = internal::SubtleMustCopy(Tindices(loc, dim));
203 const Index ix_d = internal::SubtleMustCopy(Tindices(loc, dim));
Dunique_op.cc74 axis = internal::SubtleMustCopy(axis_tensor.scalar<int32>()()); in Compute()
76 axis = internal::SubtleMustCopy(axis_tensor.scalar<int64>()()); in Compute()
Dsample_distorted_bounding_box_op.cc257 const uint64 height_raw = internal::SubtleMustCopy(image_size.flat<T>()(0)); in Compute()
258 const uint64 width_raw = internal::SubtleMustCopy(image_size.flat<T>()(1)); in Compute()
Ddynamic_stitch_op.cc265 int32 index = internal::SubtleMustCopy(indices_vec(i)); in Compute()
277 int32 index = internal::SubtleMustCopy(indices_vec(i)); in Compute()
Din_topk_op.cc76 auto target = internal::SubtleMustCopy(targets(b)); in Compute()
Dsparse_tensor_dense_add_op.cc134 idx[d] = internal::SubtleMustCopy(indices(i, d)); in operator ()()
Dsparse_dense_binary_op_shared.cc131 idx[d] = internal::SubtleMustCopy(indices_mat(i, d)); \ in Compute()
Dgather_nd_op_cpu_impl.h59 const Index ix_i = internal::SubtleMustCopy(Tindices_(loc, i)); in GenerateIndices()
Dscan_ops.cc55 internal::SubtleMustCopy(tensor_axis.scalar<Tidx>()()); in Compute()
/external/tensorflow/tensorflow/core/util/
Dstrided_slice_op.cc123 dense->begin[full_index] = internal::SubtleMustCopy<T>(begin_flat[i]); in BuildDenseSpec()
126 dense->end[full_index] = internal::SubtleMustCopy<T>(end_flat[i]); in BuildDenseSpec()
129 internal::SubtleMustCopy<T>(strides_flat[i]); in BuildDenseSpec()
/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dmasked_matmul_ops.cc120 int64 a_index = internal::SubtleMustCopy(indices_mat(i, 0)); in Compute()
127 int64 b_index = internal::SubtleMustCopy(indices_mat(i, 1)); in Compute()
/external/tensorflow/tensorflow/core/framework/
Dbounds_check.h45 EIGEN_ALWAYS_INLINE EIGEN_DEVICE_FUNC const T SubtleMustCopy(const T &x) { in SubtleMustCopy() function
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dtree_utils.h185 int64 midi = internal::SubtleMustCopy(sparse_input_indices(mid, 0)); in FindSparseValue()
186 int64 midj = internal::SubtleMustCopy(sparse_input_indices(mid, 1)); in FindSparseValue()

12