Searched refs:SubSlice (Results 1 – 5 of 5) sorted by relevance
1275 x.SubSlice(i).flat<float>().setConstant(i * 1.f); in TEST()1278 Tensor y = x.SubSlice(5); in TEST()1288 Tensor z = y.SubSlice(3).SubSlice(31); in TEST()1298 Tensor y = x.SubSlice(1); in TEST()
298 Tensor SubSlice(int64 index) const;
832 Tensor Tensor::SubSlice(int64 index) const { in SubSlice() function in tensorflow::Tensor
5377 ConstantDataArraySlice SubSlice; in getMemcpyLoadsAndStores() local5379 SubSlice = Slice; in getMemcpyLoadsAndStores()5380 SubSlice.move(SrcOff); in getMemcpyLoadsAndStores()5383 SubSlice.Array = nullptr; in getMemcpyLoadsAndStores()5384 SubSlice.Offset = 0; in getMemcpyLoadsAndStores()5385 SubSlice.Length = VTSize; in getMemcpyLoadsAndStores()5387 Value = getMemsetStringVal(VT, dl, DAG, TLI, SubSlice); in getMemcpyLoadsAndStores()
157 * Add functionality to SubSlice a tensor.