MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / HandleTranspose

Method HandleTranspose

tensorflow/compiler/xla/service/hlo_evaluator.cc:469–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469Status HloEvaluator::HandleTranspose(HloInstruction* transpose) {
470 evaluated_[transpose] = GetEvaluatedLiteralFor(transpose->operand(0))
471 .Transpose(transpose->dimensions());
472 return Status::OK();
473}
474
475Status HloEvaluator::HandleConcatenate(HloInstruction* concatenate) {
476 absl::Span<HloInstruction* const> operands(concatenate->operands());

Callers

nothing calls this directly

Calls 3

TransposeMethod · 0.45
operandMethod · 0.45
dimensionsMethod · 0.45

Tested by

no test coverage detected