Searched refs:refiner_ (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.cc | 49 refiner_(refiner), in Impl() 61 refiner_(refiner), in Impl() 64 disable_shape_inference_(refiner_ == nullptr) {} in Impl() 88 refiner_(other.impl()->refiner_), in Impl() 106 refiner_(other.impl()->refiner_), in Impl() 124 refiner_(other.impl()->refiner_), in Impl() 147 refiner_(other.impl()->refiner_), in Impl() 165 refiner_(other.impl()->refiner_), in Impl() 182 refiner_(other.impl()->refiner_), in Impl() 200 refiner_(other.impl()->refiner_), in Impl() [all …]
|
D | scope_internal.h | 100 std::shared_ptr<ShapeRefiner> refiner_ = nullptr; variable
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor.cc | 158 refiner_(refiner), in GraphConstructor() 250 ShapeRefiner* refiner_; member in tensorflow::__anone0324be20111::GraphConstructor 588 TF_RETURN_IF_ERROR(refiner_->AddNode(node)); in ValidateShape() 596 auto* ic = refiner_->GetContext(node); in ValidateShape() 623 s = refiner_->SetShape(node, i, h); in ValidateShape()
|