Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dtensor_slice_set.cc36 TF_RETURN_IF_ERROR(slice.SliceTensorShape(shape_, &result_shape)); in Register()
82 s = slice.SliceTensorShape(shape_, &target_shape); in Query()
94 s = intersection.SliceTensorShape(shape_, &inter_shape); in Query()
139 s = slice.SliceTensorShape(shape_, &target_shape); in QueryMeta()
151 s = intersection.SliceTensorShape(shape_, &inter_shape); in QueryMeta()
Dtensor_slice_util.h155 s = slice_s.SliceTensorShape(shape, &shp_s);
160 s = slice_d.SliceTensorShape(shape, &shp_d);
Dsaved_tensor_slice_util.cc122 return slice->SliceTensorShape(*shape, shape_slice); in ParseShapeAndSlice()
Dtensor_slice_writer.h147 TF_RETURN_IF_ERROR(slice.SliceTensorShape(saved_shape, &sliced_shape)); in Add()
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice_test.cc182 TEST(TensorSliceTest, SliceTensorShape) { in TEST() argument
188 TF_EXPECT_OK(a.SliceTensorShape(x, &y)); in TEST()
201 a.SliceTensorShape(x, &y).ToString()); in TEST()
Dtensor_slice.h147 Status SliceTensorShape(const TensorShape& shape,
Dtensor_slice.cc239 Status TensorSlice::SliceTensorShape(const TensorShape& shape, in SliceTensorShape() function in tensorflow::TensorSlice
/external/tensorflow/tensorflow/core/kernels/
Dload_and_remap_matrix_op.cc207 tensor_slice.SliceTensorShape(tensor_shape, &slice_shape)); in Compute()
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc338 slice_spec.SliceTensorShape(full_tensor_shape, &sliced_shape).IgnoreError(); in IsFullSlice()