Searched refs:props_ (Results 1 – 7 of 7) sorted by relevance
128 props_(nullptr), in Node()140 props_ = std::move(props); in Initialize()142 class_ = GetNodeClassForOp(props_->node_def.op()); in Initialize()151 props_.reset(); in Clear()159 InOutTypesForNode(props_->node_def, *(props_->op_def), &inputs, &outputs); in UpdateProperties()164 props_ = std::make_shared<NodeProperties>(props_->op_def, props_->node_def, in UpdateProperties()168 const string& Node::name() const { return props_->node_def.name(); } in name()169 const string& Node::type_string() const { return props_->node_def.op(); } in type_string()170 const NodeDef& Node::def() const { return props_->node_def; } in def()171 const OpDef& Node::op_def() const { return *props_->op_def; } in op_def()[all …]
217 NodeProperties* properties() const { return props_.get(); } in properties()282 std::shared_ptr<NodeProperties> props_; variable
55 const hb_segment_properties_t *props_ HB_UNUSED) : in hb_aat_map_builder_t()
42 const hb_segment_properties_t *props_) in hb_ot_map_builder_t() argument51 props = *props_; in hb_ot_map_builder_t()
204 const hb_segment_properties_t *props_);
97 props_(properties) {} in PathCtrlRequest()107 TF_RETURN_IF_ERROR(client->WriteStringMap(props_)); in Write()
93 const std::map<string, string> props_; variable