Home
last modified time | relevance | path

Searched refs:imported_computation (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2778 for (auto& imported_computation : imported_computations) { in AddCalledComputation() local
2779 for (auto& instruction : *imported_computation.mutable_instructions()) { in AddCalledComputation()
2793 int64 computation_id = imported_computation.id(); in AddCalledComputation()
2794 embedded_.insert({computation_id, std::move(imported_computation)}); in AddCalledComputation()