Home
last modified time | relevance | path

Searched refs:IntTensorToInt64Vec (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dslice_op.cc39 void IntTensorToInt64Vec(const Tensor& tensor, in IntTensorToInt64Vec() function
83 IntTensorToInt64Vec(begin_tensor, begin); in SharedSliceValidation()
84 IntTensorToInt64Vec(size_tensor, size); in SharedSliceValidation()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_slice_op.cc40 gtl::InlinedVector<int64, 4> IntTensorToInt64Vec(const Tensor& tensor) { in IntTensorToInt64Vec() function
101 *begin = IntTensorToInt64Vec(begin_tensor); in ValidateMklInputs()
102 *size = IntTensorToInt64Vec(size_tensor); in ValidateMklInputs()