Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.cc139 props_(nullptr), in Node()
152 props_ = std::move(props); in Initialize()
157 class_ = GetNodeClassForOp(props_->node_def.op()); in Initialize()
167 props_.reset(); in Clear()
175 InOutTypesForNode(props_->node_def, *(props_->op_def), &inputs, &outputs); in UpdateProperties()
180 props_ = std::make_shared<NodeProperties>(props_->op_def, props_->node_def, in UpdateProperties()
184 const string& Node::name() const { return props_->node_def.name(); } in name()
185 const string& Node::type_string() const { return props_->node_def.op(); } in type_string()
186 const NodeDef& Node::def() const { return props_->node_def; } in def()
187 const OpDef& Node::op_def() const { return *props_->op_def; } in op_def()
[all …]
Dgraph.h236 NodeProperties* properties() const { return props_.get(); } in properties()
306 std::shared_ptr<NodeProperties> props_; variable
/external/harfbuzz_ng/src/
Dhb-aat-map.hh55 const hb_segment_properties_t *props_ HB_UNUSED) : in hb_aat_map_builder_t()
Dhb-ot-map.cc46 const hb_segment_properties_t *props_) in hb_ot_map_builder_t() argument
55 props = *props_; in hb_ot_map_builder_t()
Dhb-ot-map.hh204 const hb_segment_properties_t *props_);