Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for SignatureDef (0.09 sec)

  1. tensorflow/cc/saved_model/util_test.cc

        for (const auto& input : inputs) {
          TensorProto tensor_proto;
          input.second.AsProtoTensorContent(&tensor_proto);
          protos.push_back({input.first, std::move(tensor_proto)});
        }
      }
    
      SignatureDef sig_;
      google::protobuf::Map<std::string, TensorProto> request_;
      std::map<std::string, TensorProto> unaliased_request_;
      TensorProto input_x_, input_y_, default_x_, default_y_;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/quantization_options.proto

      // (TF1 SavedModel only) Collection of tags identifying the MetaGraphDef
      // within the SavedModel to analyze. If not specified, ["serve"] is used.
      repeated string tags = 5;
    
      // Sequence of keys identifying SignatureDef containing inputs and outputs.
      // If not specified, ["serving_default"] is used.
      repeated string signature_keys = 6;
    
      // A map from signature keys to the corresponding representative dataset.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 19 06:31:19 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top