Searched defs:begin_indices (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 1762 SmallVector<int64_t, 4> begin_indices(input_shape.size(), 0); in matchAndRewrite() local 2941 SmallVector<int64_t, 4> begin_indices(input_rank, 0); in matchAndRewrite() local 3053 SmallVector<int64_t, 4> begin_indices(input_rank, 0); in matchAndRewrite() local 3100 ArrayRef<int64_t> begin_indices, in rewriteWithConstantBegin() 3318 SmallVector<int64_t, 4> begin_indices, end_indices, strides; in matchAndRewrite() local 3350 SmallVector<int64_t, 4> begin_indices, end_indices, strides; in matchAndRewrite() local 4774 SmallVector<int64_t, 4> begin_indices(input_rank, 0); in matchAndRewrite() local 4819 SmallVector<int64_t, 4> begin_indices(value_rank, 0); in matchAndRewrite() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_n_z.cc | 1098 DenseIntElementsAttr begin_indices; in Verify() local
|