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.cc77 tensorflow::internal::SubtleMustCopy(pos_tensor.scalar<T>()()); in Compute()
79 tensorflow::internal::SubtleMustCopy(len_tensor.scalar<T>()()); in Compute()
107 const T pos = tensorflow::internal::SubtleMustCopy(pos_flat(i)); in Compute()
108 const T len = tensorflow::internal::SubtleMustCopy(len_flat(i)); in Compute()
177 const T pos = tensorflow::internal::SubtleMustCopy(pos_bcast(i)); in Compute()
178 const T len = tensorflow::internal::SubtleMustCopy(len_bcast(i)); in Compute()
233 tensorflow::internal::SubtleMustCopy(pos_bcast(i, j)); in Compute()
235 tensorflow::internal::SubtleMustCopy(len_bcast(i, j)); in Compute()
Dsegment_reduction_ops_impl.h108 ? internal::SubtleMustCopy(segment_vec(num_indices - 1)) + 1 in Compute()
134 Index out_index = internal::SubtleMustCopy(segment_vec(start)); in Compute()
145 next_index = internal::SubtleMustCopy(segment_vec(end)); in Compute()
332 Index j = internal::SubtleMustCopy(segment_ids(i));
401 const int64 output_rows = internal::SubtleMustCopy(static_cast<int64>(
461 output_rows = internal::SubtleMustCopy(num_segments.scalar<int32>()());
484 ? internal::SubtleMustCopy(segment_vec(num_indices - 1)) + 1
522 SegmentId out_index = internal::SubtleMustCopy(segment_vec(start));
530 next_index = internal::SubtleMustCopy(segment_vec(end));
862 const SegmentId M = internal::SubtleMustCopy(output_dim0.scalar<int32>()());
[all …]
Dscatter_functor.h159 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
192 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
249 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
285 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
297 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
334 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
359 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
394 const Index index = ::tensorflow::internal::SubtleMustCopy(indices(i));
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.cc270 const Tindices m = internal::SubtleMustCopy(a_indices(i, lhs_index_a)); in Compute()
271 const Tindices k = internal::SubtleMustCopy(a_indices(i, rhs_index_a)); in Compute()
290 const Tindices m = internal::SubtleMustCopy(a_indices(i, lhs_index_a)); \ in Compute()
291 const Tindices k = internal::SubtleMustCopy(a_indices(i, rhs_index_a)); \ in Compute()
Dstateless_random_ops.cc39 seed0 = internal::SubtleMustCopy(seed_vals(0)); in GenerateKey()
40 seed1 = internal::SubtleMustCopy(seed_vals(1)); in GenerateKey()
43 seed0 = internal::SubtleMustCopy(seed_vals(0)); in GenerateKey()
44 seed1 = internal::SubtleMustCopy(seed_vals(1)); in GenerateKey()
Done_hot_op.h98 const TI depth = internal::SubtleMustCopy(indices(i, 0));
110 const TI depth = internal::SubtleMustCopy(indices(d0, d1));
Dconcat_op.cc92 internal::SubtleMustCopy(concat_dim_tensor.scalar<int32>()()); in Compute()
95 internal::SubtleMustCopy(concat_dim_tensor.scalar<int64>()()); in Compute()
284 const int64 cdim = internal::SubtleMustCopy(concat_dim.scalar<int32>()()); in Compute()
Dspacetobatch_functor.h58 (*output)[i] = SubtleMustCopy(eigen_vec(i)); in SubtleMustCopyFlatHelper()
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()
Din_topk_op.h72 auto target = internal::SubtleMustCopy(targets(batch_idx));
Dunique_op.cc118 axis = internal::SubtleMustCopy(axis_tensor.scalar<int32>()()); in Compute()
120 axis = internal::SubtleMustCopy(axis_tensor.scalar<int64>()()); in Compute()
Ddynamic_stitch_op.cc266 int32 index = internal::SubtleMustCopy(indices_vec(i)); in Compute()
278 int32 index = internal::SubtleMustCopy(indices_vec(i)); 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()
Dgather_functor.h81 const Index index = internal::SubtleMustCopy(indices(indices_idx)); in HandleCopies()
Dscan_ops.cc53 internal::SubtleMustCopy(tensor_axis.scalar<Tidx>()()); in Compute()
/external/tensorflow/tensorflow/core/util/
Dimage_resizer_state.h98 out_height = internal::SubtleMustCopy(Svec(0)); in ValidateAndCalculateOutputSize()
99 out_width = internal::SubtleMustCopy(Svec(1)); in ValidateAndCalculateOutputSize()
Dstrided_slice_op.cc135 dense->begin[full_index] = internal::SubtleMustCopy<T>(begin_flat[i]); in BuildDenseSpec()
138 dense->end[full_index] = internal::SubtleMustCopy<T>(end_flat[i]); in BuildDenseSpec()
141 internal::SubtleMustCopy<T>(strides_flat[i]); in BuildDenseSpec()
/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/core/kernels/image/
Dcrop_and_resize_op.cc166 const int crop_height = internal::SubtleMustCopy(crop_size_vec(0)); in ComputeAsync()
167 const int crop_width = internal::SubtleMustCopy(crop_size_vec(1)); in ComputeAsync()
399 const int batch_size = internal::SubtleMustCopy(image_size_vec(0)); in ComputeAsync()
400 const int image_height = internal::SubtleMustCopy(image_size_vec(1)); in ComputeAsync()
401 const int image_width = internal::SubtleMustCopy(image_size_vec(2)); in ComputeAsync()
402 const int depth = internal::SubtleMustCopy(image_size_vec(3)); in ComputeAsync()
Ddecode_image_op.cc547 int32 header_size_ = internal::SubtleMustCopy( in DecodeBmpV2()
550 int32 width_ = internal::SubtleMustCopy( in DecodeBmpV2()
553 int32 height_ = internal::SubtleMustCopy( in DecodeBmpV2()
556 int16 bpp_ = internal::SubtleMustCopy( in DecodeBmpV2()
Dsample_distorted_bounding_box_op.cc268 const uint64 height_raw = internal::SubtleMustCopy(image_size.flat<T>()(0)); in DoCompute()
269 const uint64 width_raw = internal::SubtleMustCopy(image_size.flat<T>()(1)); in DoCompute()
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h372 const int64 index = internal::SubtleMustCopy(ix_ptr[n]); in ToDense()
383 const int64 row_index = internal::SubtleMustCopy(ix_ptr[n * 2]); in ToDense()
384 const int64 col_index = internal::SubtleMustCopy(ix_ptr[n * 2 + 1]); in ToDense()
407 const int64 ix_n_d = internal::SubtleMustCopy(ix_ptr[n * dims_ + d]); in ToDense()

12