Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_slice_test.cc207 TEST(TensorSliceTest, ComputeRelative) { in TEST() argument
213 base.ComputeRelative(sub, &relative); in TEST()
222 base.ComputeRelative(sub, &relative); in TEST()
Dtensor_slice.h168 void ComputeRelative(const TensorSlice& sub, TensorSlice* relative) const;
Dtensor_slice.cc195 void TensorSlice::ComputeRelative(const TensorSlice& sub, in ComputeRelative() function in tensorflow::TensorSlice
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_util.h169 slice_s.ComputeRelative(inter, &rel_s);
170 slice_d.ComputeRelative(inter, &rel_d);