- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 74 for ifndef (0.07 seconds)
-
tensorflow/c/c_api.h
// Represents a specific input of an operation. typedef struct TF_Input { TF_Operation* oper; int index; // The index of the input within oper. } TF_Input; // Represents a specific output of an operation. typedef struct TF_Output { TF_Operation* oper; int index; // The index of the output within oper. } TF_Output; // TF_Function is a grouping of operations with defined inputs and outputs.Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Oct 26 21:08:15 GMT 2023 - 82.3K bytes - Click Count (0) -
docs/en/docs/img/index/index-02-redoc-simple.png
index-02-redoc-simple.png...
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Mar 26 19:09:53 GMT 2020 - 66.9K bytes - Click Count (0) -
docs/en/docs/img/index/index-05-swagger-04.png
index-05-swagger-04.png...
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Mar 26 19:09:53 GMT 2020 - 69.8K bytes - Click Count (0) -
docs/en/docs/img/index/index-04-swagger-03.png
index-04-swagger-03.png...
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Mar 26 19:09:53 GMT 2020 - 66K bytes - Click Count (0) -
docs/en/docs/img/index/index-03-swagger-02.png
index-03-swagger-02.png...
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Mar 26 19:09:53 GMT 2020 - 73.3K bytes - Click Count (0) -
docs/en/docs/img/index/index-06-redoc-02.png
index-06-redoc-02.png...
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Mar 26 19:09:53 GMT 2020 - 77K bytes - Click Count (0) -
docs/en/docs/img/index/index-01-swagger-ui-simple.png
index-01-swagger-ui-simple.png...
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Mar 26 19:09:53 GMT 2020 - 72.4K bytes - Click Count (0) -
index.yaml
Harshavardhana <******@****.***> 1735882487 -0800
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jan 03 05:34:47 GMT 2025 - 55.1K bytes - Click Count (0) -
tensorflow/c/c_api_function_test.cc
tensorflow::FunctionDef fdef; ASSERT_TRUE(GetFunctionDef(func_, &fdef)); VerifyFDefNodes(fdef, nodes); VerifyFDefInputs(fdef, inputs); VerifyFDefOutputs(fdef, outputs); VerifyFDefEdges(fdef, e_edges, c_edges, is_exact_edges); } // Serialize func_ to fdef and import it back void Reincarnate() { // func_ -> fdef tensorflow::FunctionDef fdef;Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Nov 17 00:00:38 GMT 2025 - 63.6K bytes - Click Count (1) -
cmd/erasure-object.go
fi := metadata[index] // Assign index when index is initialized if fi.Erasure.Index == 0 { fi.Erasure.Index = index + 1 } if !fi.IsValid() { return errFileCorrupt } resp, err := disks[index].RenameData(ctx, srcBucket, srcEntry, fi, dstBucket, dstEntry, RenameOptions{}) if err != nil { return err } diskVersions[index] = resp.Sign
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Oct 24 04:05:31 GMT 2025 - 80.4K bytes - Click Count (0)