Home
last modified time | relevance | path

Searched refs:SetFullSlice (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.cc26 TensorSlice::TensorSlice(int dim) { SetFullSlice(dim); } in TensorSlice()
92 void TensorSlice::SetFullSlice(int dim) { in SetFullSlice() function in tensorflow::TensorSlice
151 result->SetFullSlice(dims()); in Intersect()
198 relative->SetFullSlice(dims()); in ComputeRelative()
Dtensor_slice.h105 void SetFullSlice(int dim);
Dtensor_slice_test.cc34 s.SetFullSlice(4); in TEST()
/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice_util.cc69 slice->SetFullSlice(x); in DecodeTensorNameSlice()