Home
last modified time | relevance | path

Searched defs:op_shape (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dapprox_topk.cc47 const auto& op_shape = operands_shapes[i]; in GetOperandTypes() local
129 Shape op_shape = operands_shapes[0]; in AggregateToTopKBuilder() local
225 for (auto& op_shape : operands_shapes) { in ApproxTopK() local
Dtridiagonal.cc39 Status CheckSecondToLastDimension(const Shape& op_shape, int64_t rank, in CheckSecondToLastDimension()
/external/tensorflow/tensorflow/dtensor/mlir/expansions/
Drandom_op_spmd_expander.cc47 const llvm::SmallVector<int64_t, 4>& op_shape, const Layout& layout, in ValidateShapeAndGetNewShape()
175 llvm::SmallVector<int64_t, 4> op_shape; in GetNewLocalShape() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dzero_sized_hlo_elimination_test.cc85 Shape op_shape = ShapeUtil::MakeShape(F32, {4, 0}); in TEST_F() local
Dhlo_creation_utils.cc494 Shape op_shape = on_true->shape(); in MakeSelectHlo() local
Dalgebraic_simplifier.cc331 const Shape& bitcast_shape, const Shape& op_shape, in ValidateTilingOfBitcast()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dapprox_topk_op.cc67 xla::Shape op_shape = ctx->InputXlaShape(0).value(); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc4365 mlir::lmhlo::FusionOp fusion, const Shape& op_shape, in NumInputsInvolveInOnlyElementwiseOps()