- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for input_map (0.08 seconds)
-
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)] =
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0) -
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)