Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/
H A Doperation_semantics.md937 ## CustomCall section in Operation Semantics
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dexecutable.cc468 bool CustomCall(KernelContext* ctx, const char* target, void** args, in CustomCall() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Djitrt_custom_calls.cc1576 static bool CustomCall(runtime::KernelContext* ctx, void** args, void** attrs) { in CustomCall() function