Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Djitrt_custom_calls.cc1493 struct XlaCustomCall { struct
1494 using Stream = se::gpu::GpuStreamHandle;
1500 static XlaCustomCall Handler() { return XlaCustomCall(); } in Handler()
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go56081 func XlaCustomCall(scope *Scope, args []tf.Output, target_name string, backend_config string, dtype… func