Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dpartial_tensor_shape_test.cc121 TEST(PartialTensorShapeTest, ToTensorShape) { in TEST() argument
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc260 tensorflow::TensorShape ToTensorShape(llvm::ArrayRef<T> sizes) { in ToTensorShape() function
266 tensorflow::TensorShape ToTensorShape( in ToTensorShape() function
4157 ToTensorShape<int32_t, num_dims>(input_shape), in matchAndRewrite()
4158 ToTensorShape<int64_t, num_dims>(filter_shape), in matchAndRewrite()
4159 ToTensorShape<int64_t, num_dims>(out_backprop_ty.getShape()), in matchAndRewrite()
4340 ToTensorShape<int64_t, num_dims>(input_shape), in matchAndRewrite()
4341 ToTensorShape<int32_t, num_dims>(filter_shape), in matchAndRewrite()
4342 ToTensorShape<int64_t, num_dims>(out_backprop_shape), dilations, in matchAndRewrite()