Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.cc128 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 …]
Dgraph.h217 NodeProperties* properties() const { return props_.get(); } in properties()
282 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.cc42 const hb_segment_properties_t *props_) in hb_ot_map_builder_t() argument
51 props = *props_; in hb_ot_map_builder_t()
Dhb-ot-map.hh204 const hb_segment_properties_t *props_);
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_messages.cc97 props_(properties) {} in PathCtrlRequest()
107 TF_RETURN_IF_ERROR(client->WriteStringMap(props_)); in Write()
Digfs_messages.h93 const std::map<string, string> props_; variable