Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dtensor_slice_writer.h145 TensorShape sliced_shape; in Add() local
146 TF_RETURN_IF_ERROR(slice.SliceTensorShape(saved_shape, &sliced_shape)); in Add()
147 TF_RETURN_IF_ERROR(SaveData(data, sliced_shape.num_elements(), ss)); in Add()
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc357 TensorShape sliced_shape; in IsFullSlice() local
358 slice_spec.SliceTensorShape(full_tensor_shape, &sliced_shape).IgnoreError(); in IsFullSlice()
359 return sliced_shape == full_tensor_shape; in IsFullSlice()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc390 auto sliced_shape = rewriter.create<SliceOp>( in matchAndRewrite() local
401 sliced_shape); in matchAndRewrite()