Skip to content

Commit

Permalink
RSDK-4199 - Remove pbstruct from mlmodel.proto (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kharijarrett and github-actions[bot] authored Sep 14, 2023
1 parent 859beda commit df56341
Show file tree
Hide file tree
Showing 15 changed files with 269 additions and 405 deletions.
10 changes: 5 additions & 5 deletions component/audioinput/v1/audioinput.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/base/v1/base.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/camera/v1/camera.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/gantry/v1/gantry.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/generic/v1/generic.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/gripper/v1/gripper.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/inputcontroller/v1/input_controller.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/posetracker/v1/pose_tracker.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions gen/js/service/mlmodel/v1/mlmodel_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ export class InferRequest extends jspb.Message {
getName(): string;
setName(value: string): void;

hasInputData(): boolean;
clearInputData(): void;
getInputData(): google_protobuf_struct_pb.Struct | undefined;
setInputData(value?: google_protobuf_struct_pb.Struct): void;

hasInputTensors(): boolean;
clearInputTensors(): void;
getInputTensors(): FlatTensors | undefined;
Expand All @@ -37,18 +32,12 @@ export class InferRequest extends jspb.Message {
export namespace InferRequest {
export type AsObject = {
name: string,
inputData?: google_protobuf_struct_pb.Struct.AsObject,
inputTensors?: FlatTensors.AsObject,
extra?: google_protobuf_struct_pb.Struct.AsObject,
}
}

export class InferResponse extends jspb.Message {
hasOutputData(): boolean;
clearOutputData(): void;
getOutputData(): google_protobuf_struct_pb.Struct | undefined;
setOutputData(value?: google_protobuf_struct_pb.Struct): void;

hasOutputTensors(): boolean;
clearOutputTensors(): void;
getOutputTensors(): FlatTensors | undefined;
Expand All @@ -66,7 +55,6 @@ export class InferResponse extends jspb.Message {

export namespace InferResponse {
export type AsObject = {
outputData?: google_protobuf_struct_pb.Struct.AsObject,
outputTensors?: FlatTensors.AsObject,
}
}
Expand Down
Loading

0 comments on commit df56341

Please sign in to comment.