Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for abc_value (0.05 sec)

  1. src/main/resources/fess_label_ru.properties

    labels.search_log_enabled=Журнал поиска
    labels.user_info_enabled=Журнал пользователя
    labels.user_favorite_enabled=Журнал избранного
    labels.web_api_json_enabled=Ответ JSON
    labels.app_value=Свойство системы
    labels.default_label_value=Значение метки по умолчанию
    labels.default_sort_value=Значение сортировки по умолчанию
    labels.virtual_host_value=Виртуальный хост
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  2. tensorflow/c/c_api_test.cc

      for (int64_t i = 0; i < input.NumElements(); ++i) {
        tensorflow::Example example;
        auto* feature_map = example.mutable_features()->mutable_feature();
        (*feature_map)["x"].mutable_float_list()->add_value(i);
        input.flat<tstring>()(i) = example.SerializeAsString();
      }
    
      const tensorflow::string input_op_name(
          tensorflow::ParseTensorName(input_name).first);
      TF_Operation* input_op =
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Dec 27 12:18:10 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top