Home
last modified time | relevance | path

Searched defs:Tile (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dtile_functor_gpu_int64.cu.cc26 template struct Tile<GpuDevice, int64, int32>; variable
27 template struct Tile<GpuDevice, int64, int64>; variable
Dtile_functor_gpu_float.cu.cc26 template struct Tile<GpuDevice, float, int32>; variable
27 template struct Tile<GpuDevice, float, int64>; variable
Dtile_functor_gpu_complex128.cu.cc26 template struct Tile<GpuDevice, complex128, int32>; variable
27 template struct Tile<GpuDevice, complex128, int64>; variable
Dtile_functor_gpu_double.cu.cc26 template struct Tile<GpuDevice, double, int32>; variable
27 template struct Tile<GpuDevice, double, int64>; variable
Dtile_functor_gpu_complex64.cu.cc26 template struct Tile<GpuDevice, complex64, int32>; variable
27 template struct Tile<GpuDevice, complex64, int64>; variable
Dtile_functor_gpu_bool.cu.cc26 template struct Tile<GpuDevice, bool, int32>; variable
27 template struct Tile<GpuDevice, bool, int64>; variable
Dtile_functor_gpu_int16.cu.cc26 template struct Tile<GpuDevice, int16, int32>; variable
27 template struct Tile<GpuDevice, int16, int64>; variable
Dtile_functor_gpu_half.cu.cc26 template struct Tile<GpuDevice, Eigen::half, int32>; variable
27 template struct Tile<GpuDevice, Eigen::half, int64>; variable
Dtile_functor_gpu_int32.cu.cc26 template struct Tile<GpuDevice, int32, int32>; variable
27 template struct Tile<GpuDevice, int32, int64>; variable
Dtile_functor.h65 struct Tile { struct
70 internal::TileUsingEigen<Device, T, Tmultiples>(d, out, in, in operator() argument
Dtile_ops.cc51 struct Tile { struct
/external/tensorflow/tensorflow/compiler/xla/client/
Dsharding_builder.cc35 OpSharding Tile(const Shape& tile_shape, in Tile() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding.h53 static HloSharding Tile(const Array<int64>& tile_assignment) { in Tile() function
Dhlo_sharding_test.cc78 TEST_F(HloShardingTest, Tile) { in TEST_F() argument
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_tile.cc72 inline void Tile(const Array& input_array, const Array& multiples_array, in Tile() function
/external/tensorflow/tensorflow/compiler/xla/
Dlayout.h36 explicit Tile(absl::Span<const int64> dimensions) in Tile() function
/external/tensorflow/tensorflow/lite/kernels/
Dtile.cc117 void Tile(const TfLiteIntArray& in_dimensions, const TfLiteTensor* in_data, in Tile() function
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java1878 private static class Tile { class
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc814 class Tile class
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3327 TEST_F(OpTest, Tile) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go1357 func Tile(scope *Scope, input tf.Output, multiples tf.Output) (output tf.Output) { func