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.cc4035 for (auto& imported_computation : imported_computations) { in AddCalledComputation() local
4036 for (auto& instruction : *imported_computation.mutable_instructions()) { in AddCalledComputation()
4050 int64 computation_id = imported_computation.id(); in AddCalledComputation()
4051 embedded_.insert({computation_id, std::move(imported_computation)}); in AddCalledComputation()