Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc4009 std::vector<HloComputationProto> imported_computations; in AddCalledComputation() local
4010 imported_computations.reserve(computation.proto().computations_size()); in AddCalledComputation()
4029 imported_computations.push_back(std::move(new_computation)); in AddCalledComputation()
4035 for (auto& imported_computation : imported_computations) { in AddCalledComputation()