Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for featureMap (0.09 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    	<component name="textExtractor"
    		class="org.codelibs.fess.crawler.extractor.impl.TextExtractor" />
    	<component name="htmlExtractor"
    		class="org.codelibs.fess.crawler.extractor.impl.HtmlExtractor">
    		<property name="featureMap">
    			<component class="java.util.LinkedHashMap">
    				<postConstruct name="put">
    					<arg>"http://xml.org/sax/features/namespaces"</arg>
    					<arg>"false"</arg>
    				</postConstruct>
    			</component>
    		</property>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. tensorflow/c/c_api_test.cc

      Tensor input(tensorflow::DT_STRING, TensorShape({4}));
      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(
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top