Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dtensor_slice_writer.h146 TensorShape sliced_shape; in Add() local
147 TF_RETURN_IF_ERROR(slice.SliceTensorShape(saved_shape, &sliced_shape)); in Add()
148 TF_RETURN_IF_ERROR(SaveData(data, sliced_shape.num_elements(), ss)); in Add()
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc337 TensorShape sliced_shape; in IsFullSlice() local
338 slice_spec.SliceTensorShape(full_tensor_shape, &sliced_shape).IgnoreError(); in IsFullSlice()
339 return sliced_shape == full_tensor_shape; in IsFullSlice()