Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
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()
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph.py1079 from_graph=None, to_graph=None): argument