Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dvalue_inference.cc1610 [&](int64_t handle) { return &(builder_->embedded_[handle]); }); in AnalyzeIsDynamic()
1778 [&](int64_t handle) { return &(builder_->embedded_[handle]); }); in AnalyzeConstant()
Dxla_builder.cc564 for (auto& e : embedded_) { in Build()
579 this->embedded_.clear(); in Build()
3815 for (auto& e : embedded_) { in BuildConstantSubGraph()
4006 embedded_.insert({computation_id, std::move(imported_computation)}); in AddCalledComputation()
Dxla_builder.h1072 std::map<int64_t, HloComputationProto> embedded_; variable
1546 &embedded_.at(imported.computation_id) in LookUpInstructionByHandleInternal()