- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for input_map (0.53 sec)
-
tensorflow/c/c_api.cc
// outlive the ImportGraphDef call. opts->opts.input_map[TensorId(src_name_str, src_index)] = ToTensorId(dst); } void TF_ImportGraphDefOptionsRemapControlDependency( TF_ImportGraphDefOptions* opts, const char* src_name, TF_Operation* dst) { opts->opts.input_map[TensorId(src_name, tensorflow::Graph::kControlSlot)] =
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue May 13 06:30:43 UTC 2025 - 102.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/DataStoreParamsTest.java
// Test protected constructor with Map parameter 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"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.5K bytes - Viewed (0)