Home
last modified time | relevance | path

Searched defs:CustomCall (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
Dconvert_to_entrypoint.cc46 struct CustomCall { in ConvertCustomCallOperations() struct
47 func::CallOp call; in ConvertCustomCallOperations()
48 func::FuncOp callee; in ConvertCustomCallOperations()
49 llvm::StringRef target; in ConvertCustomCallOperations()
50 bool direct; in ConvertCustomCallOperations()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h409 inline ::testing::Matcher<const ::xla::HloInstruction*> CustomCall( in CustomCall() function
422 inline ::testing::Matcher<const ::xla::HloInstruction*> CustomCall( in CustomCall() function
427 inline ::testing::Matcher<const ::xla::HloInstruction*> CustomCall() { in CustomCall() function
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md937 ## CustomCall section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dexecutable.cc468 bool CustomCall(KernelContext* ctx, const char* target, void** args, in CustomCall() function
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1965 XlaOp XlaBuilder::CustomCall( in CustomCall() function in xla::XlaBuilder
2073 XlaOp XlaBuilder::CustomCall( in CustomCall() function in xla::XlaBuilder
4420 XlaOp CustomCall( in CustomCall() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Djitrt_custom_calls.cc1576 static bool CustomCall(runtime::KernelContext* ctx, void** args, void** attrs) { in CustomCall() function