Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Dcost_model.cc56 int64_t GetTransferredTensorBytes(func::CallOp from_graph, in GetTransferredTensorBytes()
76 int64_t GetTransferredElementCount(func::CallOp from_graph, in GetTransferredElementCount()
137 func::CallOp from_graph, func::CallOp to_graph) { in GetTransferCost()
158 func::CallOp from_graph, func::CallOp to_graph) { in GetQuantDequantCost()
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dmeta_graph.py1079 from_graph=None, to_graph=None): argument
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dgraphmap.rs611 pub fn from_graph<Ix>(graph: Graph<N, E, Ty, Ix>) -> Self in from_graph() function