Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding_test.cc36 attr_.set_device_type("CPU"); in DummyDevice()
39 const DeviceAttributes& attributes() const override { return attr_; } in attributes()
46 DeviceAttributes attr_; member in tensorflow::DummyDevice
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.h103 const absl::optional<AttrKeyValuePair>& attr() const { return attr_; } in attr()
138 attr_ = std::move(attr); in set_attr()
153 absl::optional<AttrKeyValuePair> attr_; variable
/external/tensorflow/tensorflow/core/framework/
Dresource_mgr_test.cc232 attr_.set_name(name); in StubDevice()
239 const DeviceAttributes& attributes() const override { return attr_; } in attributes()
242 DeviceAttributes attr_; member in tensorflow::StubDevice
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cc307 void AdjustStackSize(void *attr_) { in AdjustStackSize() argument
308 pthread_attr_t *attr = (pthread_attr_t *)attr_; in AdjustStackSize()
/external/clang/test/SemaCXX/
Dwarn-unused-private-field.cpp120 int attr_ __attribute__((unused)); member in A
/external/protobuf/php/ext/google/protobuf/
Dupb.h3783 mutable HandlerAttributes attr_; variable
4799 return upb_handlers_set##ltype(this, f, handler.handler_, &handler.attr_); \
4876 upb_handlerattr_sethandlerdata(&attr_, func.GetData());
4889 attr_.SetAlwaysOk(always_ok);
4892 attr_.SetClosureType(UniquePtrForType<typename F::FuncInfo::Closure>());
4903 attr_.SetReturnClosureType(UniquePtrForType<EffectiveReturn>());
4997 return upb_handlers_setstartmsg(this, handler.handler_, &handler.attr_);
5004 return upb_handlers_setendmsg(this, handler.handler_, &handler.attr_);
5011 return upb_handlers_setstartstr(this, f, handler.handler_, &handler.attr_);
5018 return upb_handlers_setendstr(this, f, handler.handler_, &handler.attr_);
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4479 mutable HandlerAttributes attr_;
5495 return upb_handlers_set##ltype(this, f, handler.handler_, &handler.attr_); \
5572 upb_handlerattr_sethandlerdata(&attr_, func.GetData());
5585 attr_.SetAlwaysOk(always_ok);
5588 attr_.SetClosureType(UniquePtrForType<typename F::FuncInfo::Closure>());
5599 attr_.SetReturnClosureType(UniquePtrForType<EffectiveReturn>());
5693 return upb_handlers_setstartmsg(this, handler.handler_, &handler.attr_);
5700 return upb_handlers_setendmsg(this, handler.handler_, &handler.attr_);
5707 return upb_handlers_setstartstr(this, f, handler.handler_, &handler.attr_);
5714 return upb_handlers_setendstr(this, f, handler.handler_, &handler.attr_);
[all …]