HomeSort by relevance Sort by last modified time
    Searched refs:SliceTensorShape (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/core/util/
tensor_slice_set.cc 36 TF_RETURN_IF_ERROR(slice.SliceTensorShape(shape_, &result_shape));
82 s = slice.SliceTensorShape(shape_, &target_shape);
94 s = intersection.SliceTensorShape(shape_, &inter_shape);
139 s = slice.SliceTensorShape(shape_, &target_shape);
151 s = intersection.SliceTensorShape(shape_, &inter_shape);
saved_tensor_slice_util.cc 122 return slice->SliceTensorShape(*shape, shape_slice);
tensor_slice_util.h 155 s = slice_s.SliceTensorShape(shape, &shp_s);
160 s = slice_d.SliceTensorShape(shape, &shp_d);
tensor_slice_writer.h 147 TF_RETURN_IF_ERROR(slice.SliceTensorShape(saved_shape, &sliced_shape));
  /external/tensorflow/tensorflow/core/framework/
tensor_slice_test.cc 182 TEST(TensorSliceTest, SliceTensorShape) {
188 TF_EXPECT_OK(a.SliceTensorShape(x, &y));
201 a.SliceTensorShape(x, &y).ToString());
tensor_slice.h 147 Status SliceTensorShape(const TensorShape& shape,
tensor_slice.cc 240 Status TensorSlice::SliceTensorShape(const TensorShape& shape,
  /external/tensorflow/tensorflow/core/kernels/
load_and_remap_matrix_op.cc 207 tensor_slice.SliceTensorShape(tensor_shape, &slice_shape));
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc 320 slice_spec.SliceTensorShape(full_tensor_shape, &sliced_shape).IgnoreError();
    [all...]

Completed in 101 milliseconds