Home
last modified time | relevance | path

Searched defs:c_literal (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_transfer_manager.cc75 XLA_Literal c_literal; in TransferLiteralToDeviceAsync() local
95 XLA_Literal c_literal; in TransferLiteralToInfeed() local
136 XLA_Literal c_literal; in TransferLiteralFromOutfeed() local
201 XLA_Literal c_literal; in TransferLiteralFromDevice() local
302 XLA_Literal c_literal; in LinearizeToBuffers() local
H A Dc_api_conversions.cc362 void ToC(const xla::LiteralSlice& literal, XLA_Literal* c_literal) { in ToC()
375 xla::MutableBorrowingLiteral FromC(XLA_Literal* c_literal) { in FromC()
409 void Destroy(XLA_Literal* c_literal) { in Destroy()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dscalar_computations_test.cc239 Literal c_literal = LiteralUtil::CreateR0<float>(0.5f); in XLA_TEST_F() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dcompiler.rs1576 fn c_literal(&self, bytes: &[u8]) -> Result<ThompsonRef, BuildError> { in c_literal() method