Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Attempt to classify new ops
  • Loading branch information
saudet authored and karllessard committed Mar 8, 2022
commit 77ab6e64b1eef4d621c56f16bc84ebf7a3402615
Original file line number Diff line number Diff line change
Expand Up @@ -461,3 +461,25 @@ diff -ruN tensorflow-2.7.0/tensorflow/core/util/memmapped_file_system.proto tens

// A message that describes one region of memmapped file.
message MemmappedFileSystemDirectoryElement {
diff -ruN tensorflow-2.8.0/tensorflow/core/protobuf/coordination_config.proto tensorflow-2.8.0-proto/tensorflow/core/protobuf/coordination_config.proto
--- tensorflow-2.8.0/tensorflow/core/protobuf/coordination_config.proto 2022-02-01 04:17:33.000000000 +0900
+++ tensorflow-2.8.0-proto/tensorflow/core/protobuf/coordination_config.proto 2022-02-16 11:02:10.162709816 +0900
@@ -3,6 +3,7 @@
package tensorflow;

option go_package = "github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto";
+option java_package = "org.tensorflow.distruntime";

// Coordination service configuration parameters.
// The system picks appropriate values for fields that are not set.
diff -ruN tensorflow-2.8.0/tensorflow/core/protobuf/distributed_runtime_payloads.proto tensorflow-2.8.0-proto/tensorflow/core/protobuf/distributed_runtime_payloads.proto
--- tensorflow-2.8.0/tensorflow/core/protobuf/distributed_runtime_payloads.proto 2022-02-01 04:17:33.000000000 +0900
+++ tensorflow-2.8.0-proto/tensorflow/core/protobuf/distributed_runtime_payloads.proto 2022-02-16 11:00:03.739373379 +0900
@@ -4,6 +4,7 @@

option cc_enable_arenas = true;
option go_package = "github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_go_proto";
+option java_package = "org.tensorflow.distruntime";

// Used to serialize and transmit tensorflow::Status payloads through
// grpc::Status `error_details` since grpc::Status lacks payload API.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
op {
graph_op_name: "AnonymousIteratorV3"
endpoint {
name: "rawops.AnonymousIteratorV3"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
op {
graph_op_name: "AnonymousMutableDenseHashTable"
endpoint {
name: "rawops.AnonymousMutableDenseHashTable"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
op {
graph_op_name: "AnonymousMutableHashTable"
endpoint {
name: "rawops.AnonymousMutableHashTable"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
op {
graph_op_name: "AnonymousMutableHashTableOfTensors"
endpoint {
name: "rawops.AnonymousMutableHashTableOfTensors"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
op {
graph_op_name: "DataServiceDatasetV3"
endpoint {
name: "rawops.DataServiceDatasetV3"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
op {
graph_op_name: "DynamicEnqueueTPUEmbeddingArbitraryTensorBatch"
endpoint {
name: "rawops.DynamicEnqueueTPUEmbeddingArbitraryTensorBatch"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
op {
graph_op_name: "EnqueueTPUEmbeddingArbitraryTensorBatch"
endpoint {
name: "rawops.EnqueueTPUEmbeddingArbitraryTensorBatch"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
op {
graph_op_name: "FileSystemSetConfiguration"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// This class has been generated, DO NOT EDIT!

package org.tensorflow.op.core;
package org.tensorflow.op.rawops;

import java.util.Arrays;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// This class has been generated, DO NOT EDIT!

package org.tensorflow.op.core;
package org.tensorflow.op.rawops;

import java.util.Arrays;
import org.tensorflow.GraphOperation;
Expand Down Expand Up @@ -154,7 +154,7 @@ public Output<TType> asOutput() {
}

/**
* Optional attributes for {@link org.tensorflow.op.core.AnonymousMutableDenseHashTable}
* Optional attributes for {@link org.tensorflow.op.rawops.AnonymousMutableDenseHashTable}
*/
public static class Options {
private Shape valueShape;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// This class has been generated, DO NOT EDIT!

package org.tensorflow.op.core;
package org.tensorflow.op.rawops;

import java.util.Arrays;
import org.tensorflow.GraphOperation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// This class has been generated, DO NOT EDIT!

package org.tensorflow.op.core;
package org.tensorflow.op.rawops;

import java.util.Arrays;
import org.tensorflow.GraphOperation;
Expand Down Expand Up @@ -120,7 +120,7 @@ public Output<TType> asOutput() {
}

/**
* Optional attributes for {@link org.tensorflow.op.core.AnonymousMutableHashTableOfTensors}
* Optional attributes for {@link org.tensorflow.op.rawops.AnonymousMutableHashTableOfTensors}
*/
public static class Options {
private Shape valueShape;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// This class has been generated, DO NOT EDIT!

package org.tensorflow.op.core;
package org.tensorflow.op.rawops;

import java.util.Arrays;
import java.util.List;
Expand Down Expand Up @@ -180,7 +180,7 @@ public Output<TType> asOutput() {
}

/**
* Optional attributes for {@link org.tensorflow.op.core.DataServiceDatasetV3}
* Optional attributes for {@link org.tensorflow.op.rawops.DataServiceDatasetV3}
*/
public static class Options {
private Long taskRefreshIntervalHintMs;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// This class has been generated, DO NOT EDIT!

package org.tensorflow.op.core;
package org.tensorflow.op.rawops;

import java.util.Arrays;
import java.util.List;
Expand Down Expand Up @@ -148,7 +148,7 @@ public static Options combiners(String... combiners) {
}

/**
* Optional attributes for {@link org.tensorflow.op.core.DynamicEnqueueTPUEmbeddingArbitraryTensorBatch}
* Optional attributes for {@link org.tensorflow.op.rawops.DynamicEnqueueTPUEmbeddingArbitraryTensorBatch}
*/
public static class Options {
private List<String> combiners;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// This class has been generated, DO NOT EDIT!

package org.tensorflow.op.core;
package org.tensorflow.op.rawops;

import java.util.Arrays;
import java.util.List;
Expand Down Expand Up @@ -158,7 +158,7 @@ public static Options combiners(String... combiners) {
}

/**
* Optional attributes for {@link org.tensorflow.op.core.EnqueueTPUEmbeddingArbitraryTensorBatch}
* Optional attributes for {@link org.tensorflow.op.rawops.EnqueueTPUEmbeddingArbitraryTensorBatch}
*/
public static class Options {
private Long deviceOrdinal;
Expand Down
Loading