HomeSort by relevance Sort by last modified time
    Searched defs:nested_ (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/
text_format.h 401 NestedMap nested_; member in class:google::protobuf::TextFormat::ParseInfoTree
  /external/libtextclassifier/lang_id/common/fel/
feature-extractor.h 378 ~NestedFeatureFunction() override { utils::STLDeleteElements(&nested_); } member in class:libtextclassifier3::mobile::NestedFeatureFunction::utils
384 for (auto *function : nested_) function->GetFeatureTypes(types);
391 bool success = CreateNested(this->extractor(), this->descriptor(), &nested_,
394 for (auto *function : nested_) {
412 for (auto *function : nested_) {
428 for (auto *function : nested_) function->RequestWorkspaces(registry);
432 const std::vector<NES *> &nested() const { return nested_; }
455 std::vector<NES *> nested_; member in class:libtextclassifier3::mobile::NestedFeatureFunction
468 for (auto *function : this->nested_) {
490 for (auto *function : this->nested_) {
    [all...]
  /external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
processor.c 1000 char nested_[16384]; member in union:kvm_x86_state::__anon30593
1028 TEST_ASSERT(nested_size <= sizeof(state->nested_),
1030 nested_size, sizeof(state->nested_));
1066 state->nested.size = sizeof(state->nested_);
  /external/tensorflow/tensorflow/python/util/
util.cc 468 explicit AttrsValueIterator(PyObject* nested) : nested_(nested) {
470 cls_.reset(PyObject_GetAttrString(nested_.get(), "__class__"));
485 result.reset(PyObject_GetAttr(nested_.get(), name.get()));
492 Safe_PyObjectPtr nested_; member in class:tensorflow::swig::__anon46384::AttrsValueIterator
    [all...]

Completed in 195 milliseconds