Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc225 return instruction_shapes_.at(it->second).get(); in GetShapePtr()
395 instruction_shapes_[index] = in SetDynamicBinding()
475 remove_dynamic_dimension(instruction_shapes_[index].get()); in Build()
477 instruction_shapes_[index]->ToProto(); in Build()
514 this->instruction_shapes_.clear(); in Build()
3992 instruction_shapes_.push_back( in AddInstruction()
Dxla_builder.h1013 std::vector<std::unique_ptr<Shape>> instruction_shapes_; variable