Home
last modified time | relevance | path

Searched defs:lhs_rank (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddot_decomposer.cc47 const int64 lhs_rank = lhs_shape.rank(); in CanonicalizeDot() local
Dindexed_array_analysis.cc1045 int64 lhs_rank = lhs->shape().rank(); in ComputeArrayForDotWithIndexedLhs() local
/external/tensorflow/tensorflow/compiler/tf2xla/ops/
Dxla_ops.cc260 const int32 lhs_rank = c->Rank(lhs_shape_handle); in __anonbbc1c2d10202() local
/external/tensorflow/tensorflow/lite/kernels/
Dbatch_matmul.cc145 const int lhs_rank = NumDimensions(lhs); in InitializeTemporaries() local
356 const int lhs_rank = NumDimensions(lhs_data); in Prepare() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc454 const int lhs_rank = lhs_type.getRank(); in ConvertDot() local
544 auto lhs_rank = dot_op.lhs().getType().cast<ShapedType>().getRank(); in ConvertDotOp() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dtransform_unranked_hlo.cc421 Value lhs_rank = in HandleBroadcastAndOp() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc340 const DotConvDimsMapping& dims_mapping, int64 lhs_rank, int64 rhs_rank, in ComputeDimensionIndexMapping()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc3119 int64_t lhs_rank = lhs_ty.getRank(); in inferReturnTypes() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc636 const int64 lhs_rank = lhs_shape->rank(); in BinaryOp() local