HomeSort by relevance Sort by last modified time
    Searched defs:CustomCall (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_matchers.h 204 // - CustomCall(T, operand1, ..., operandN) matches a CustomCall with call
207 // - CustomCall(operand1, ..., operandN) matches any CustomCall HLO with the
210 // - CustomCall() matches any CustomCall HLO at all.
212 inline ::testing::Matcher<const ::xla::HloInstruction*> CustomCall(
217 // This overload of CustomCall(A, B, C, ...) exists iff A is not convertible to
224 inline ::testing::Matcher<const ::xla::HloInstruction*> CustomCall(
229 inline ::testing::Matcher<const ::xla::HloInstruction*> CustomCall() {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
computation_builder.cc 778 ComputationDataHandle ComputationBuilder::CustomCall(
    [all...]

Completed in 756 milliseconds