Home
last modified time | relevance | path

Searched defs:TPUExecute (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_side_effects.h89 struct TPUExecute : public ::mlir::SideEffects::Resource::Base<TPUExecute> { struct
90 StringRef getName() final { return "TPUExecute"; } in getName() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_execute.cc416 xla::StatusOr<xla::ExecutionOutput> TPUExecute( in TPUExecute() function
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go50155 func TPUExecute(scope *Scope, args []tf.Output, key tf.Output, Tresults []tf.DataType) (results []t… func