Home
last modified time | relevance | path

Searched defs:runtime_type (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/protobuf/src/reflect/
Dtype_dynamic.rs19 fn runtime_type(&self) -> RuntimeType; in runtime_type() method
33 fn runtime_type(&self) -> RuntimeType { in runtime_type() function
/external/tensorflow/tensorflow/core/common_runtime/
Dsession_factory.cc44 void SessionFactory::Register(const string& runtime_type, in Register()
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.h106 absl::string_view runtime_type() const { in runtime_type() function
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
Dbenchmark.cc43 const Type* runtime_type, in FreeReturnedMemref()
/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
Djit_compiler.cc191 auto runtime_type = opts.calling_convention(entry_func.getFunctionType()); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_c_api_client.h138 PjRtRuntimeType runtime_type() const override { in runtime_type() function
Dtfrt_cpu_pjrt_client.h147 PjRtRuntimeType runtime_type() const override { return kTfrt; } in runtime_type() function
Dpjrt_stream_executor_client.h183 PjRtRuntimeType runtime_type() const override { return kStreamExecutor; } in runtime_type() function
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dexecutable.cc339 const Type* runtime_type = runtime_signature_.result(i); in ReturnResults() local
/external/cronet/third_party/metrics_proto/
Dcast_logs.proto273 optional RuntimeType runtime_type = 27; field