- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for dep5 (0.05 sec)
-
tensorflow/BUILD
# copybara:comment_begin(oss-only) cc_library( name = "grpc", visibility = ["//visibility:public"], deps = select({ "//conditions:default": ["@com_github_grpc_grpc//:grpc"], }), ) cc_library( name = "grpc++", visibility = ["//visibility:public"], deps = select({ "//conditions:default": ["@com_github_grpc_grpc//:grpc++"], }), ) # copybara:comment_end
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 05:28:35 UTC 2024 - 53.5K bytes - Viewed (0) -
kotlin-js-store/yarn.lock
integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ== depd@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== destroy@1.2.0:
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jul 22 12:28:51 UTC 2023 - 87.4K bytes - Viewed (0) -
tensorflow/c/c_api_test.cc
TF_Operation* feed4 = TF_GraphOperationByName(graph, "imported4/imported2/feed"); // Check that imported `imported3/scalar` has remapped control dep from // original graph and imported control dep num_control_inputs = TF_OperationGetControlInputs( scalar4, control_inputs, TF_OperationNumControlInputs(scalar4)); ASSERT_EQ(2, num_control_inputs); EXPECT_EQ(feed, control_inputs[0]);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 97K bytes - Viewed (0) -
pom.xml
</ant> <ant antfile="${basedir}/plugin.xml" target="install.plugins"> <property name="with.fess" value="true" /> </ant> <ant antfile="deps.xml" target="install.jars" /> <echo message="fess.version=${project.version}" file="${basedir}/src/main/webapp/WEB-INF/project.properties" /> </target> </configuration> <goals> <goal>run</goal>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 02:16:03 UTC 2024 - 49.1K bytes - Viewed (0)