Home
last modified time | relevance | path

Searched refs:SubSlice (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_test.cc1275 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()
Dtensor.h298 Tensor SubSlice(int64 index) const;
Dtensor.cc832 Tensor Tensor::SubSlice(int64 index) const { in SubSlice() function in tensorflow::Tensor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5377 ConstantDataArraySlice SubSlice; in getMemcpyLoadsAndStores() local
5379 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()
/external/tensorflow/
DRELEASE.md157 * Add functionality to SubSlice a tensor.