Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.h178 static StatusOr<Shape> InferSliceShape(const Shape& arg,
Dshape_inference_test.cc836 ShapeInference::InferSliceShape(matrix_shape, {32, 0}, {64, 64}, {1, 1}); in TEST_F()
845 ShapeInference::InferSliceShape(matrix_shape, {32, 0}, {64, 64}, {2, 4}); in TEST_F()
854 ShapeInference::InferSliceShape(matrix_shape, {15, 0}, {20, 13}, {2, 4}); in TEST_F()
863 ShapeInference::InferSliceShape(matrix_shape, {127, 0}, {129, 2}, {0, 1}); in TEST_F()
872 ShapeInference::InferSliceShape(matrix_shape, {127, 0}, {129, 2}, {1, 1}); in TEST_F()
881 ShapeInference::InferSliceShape(vector_shape, {2}, {4}, {1}); in TEST_F()
1705 ShapeInference::InferSliceShape(arg, {0}, {5}, {1}); in TEST_F()
Dhlo_creation_utils.cc75 TF_ASSIGN_OR_RETURN(Shape slice_shape, ShapeInference::InferSliceShape( in MakeSliceHlo()
Dhlo_verifier.cc570 ShapeInference::InferSliceShape( in HandleSlice()
Dshape_inference.cc2203 /* static */ StatusOr<Shape> ShapeInference::InferSliceShape( in InferSliceShape() function in xla::ShapeInference
Dhlo_evaluator_typed_visitor.h2418 ShapeInference::InferSliceShape( in HandleSlice()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_padding_legalization.cc371 ShapeInference::InferSliceShape(new_backward_conv->shape(), start_indices, in CanonicalizeBackwardInputConvolution()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc729 Shape shape, ShapeInference::InferSliceShape( in Slice()