- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for job_name (0.06 sec)
-
tensorflow/c/eager/c_api_test.cc
// job { name: "worker" tasks { key: 1 value: "localhost:14523" } } // } job_name: "worker" task_index: 1 protocol: "grpc" // // Worker0: // cluster { job { name: "client" tasks { key: 0 value: "localhost:14526" } } // job { name: "worker" tasks { key: 0 value: "localhost:14522" } } // } job_name: "worker" protocol: "grpc" //
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 03 20:50:20 UTC 2023 - 94.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsJobLogCQ.java
return this; } public void setJobName_Equal(String jobName) { setJobName_Term(jobName, null); } public void setJobName_Equal(String jobName, ConditionOptionCall<TermQueryBuilder> opLambda) { setJobName_Term(jobName, opLambda); } public void setJobName_Term(String jobName) { setJobName_Term(jobName, null); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 71.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsJobLogCA.java
} public void setJobName_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { setJobName_Terms("jobName", opLambda, null); } public void setJobName_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsJobLogCA> aggsLambda) { setJobName_Terms("jobName", opLambda, aggsLambda); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 58.7K bytes - Viewed (0) -
cmd/object-api-multipart_test.go
}{ // Test case 1-4. // Cases with invalid bucket name. {bucketName: ".test", objName: "obj", PartID: 1, expectedError: fmt.Errorf("%s", "Bucket name invalid: .test")}, {bucketName: "------", objName: "obj", PartID: 1, expectedError: fmt.Errorf("%s", "Bucket name invalid: ------")}, { bucketName: "$this-is-not-valid-too", objName: "obj", PartID: 1, expectedError: fmt.Errorf("%s", "Bucket name invalid: $this-is-not-valid-too"),
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Sep 06 09:42:21 UTC 2024 - 88.8K bytes - Viewed (0) -
tensorflow/c/c_api_test.cc
TF_OperationDescription* init(string type) { // Construct op_name to match the name used by REGISTER_OP in the // ATTR_TEST_REGISTER calls above. string op_name = "CApiAttributesTestOp"; if (type.find("list(") == 0) { op_name += "List"; type = type.replace(0, 5, ""); type = type.replace(type.size() - 1, 1, ""); } op_name += type; return TF_NewOperation(
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 97K bytes - Viewed (0) -
tensorflow/c/c_api.h
// Returns the serialized OpDef proto with name `op_name`, or a bad status if no // such op exists. This can return OpDefs of functions copied into the graph. TF_CAPI_EXPORT extern void TF_GraphGetOpDef(TF_Graph* graph, const char* op_name, TF_Buffer* output_op_def,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0)