- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for input_map (0.04 seconds)
-
src/test/java/org/codelibs/fess/entity/DataStoreParamsTest.java
@Test public void test_protectedConstructor() { Map<String, Object> inputMap = new HashMap<>(); inputMap.put("key1", "value1"); inputMap.put("key2", 456); TestDataStoreParams testParams = new TestDataStoreParams(inputMap); assertEquals("value1", testParams.get("key1")); assertEquals(456, testParams.get("key2"));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 10.9K bytes - Click Count (0) -
tensorflow/c/c_api_test.cc
} const std::string input_op_name( tensorflow::ParseTensorName(input_name).first); TF_Operation* input_op = TF_GraphOperationByName(graph, input_op_name.c_str()); ASSERT_TRUE(input_op != nullptr); absl::Status status; csession.SetInputs({{input_op, TF_TensorFromTensor(input, &status)}}); ASSERT_TRUE(status.ok()) << status.message(); const std::string output_op_name(
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 07 04:56:09 GMT 2026 - 97.3K bytes - Click Count (0)