Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc1009 Tensor stored_slice_tensor(stored_slice_entry.dtype(), stored_slice_shape); in GetSliceValue() local
1010 status_ = GetValue(stored_slice_entry, &stored_slice_tensor); in GetSliceValue()
1020 stored_slice_tensor.flat<T>().data(), val->flat<T>().data())); \ in GetSliceValue()