Home
last modified time | relevance | path

Searched defs:CreateCall (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1111 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateCall( in CreateCall() function in xla::HloInstruction
/external/llvm/bindings/go/llvm/
Dir.go1663 func (b Builder) CreateCall(fn Value, args []Value, name string) (v Value) { func