Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PartitionedCall (0.12 sec)

  1. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              }
            }
          }
        }
        node {
          name: "PartitionedCall"
          op: "PartitionedCall"
          input: "Const"
          attr {
            key: "Tin"
            value {
              list {
                type: DT_DOUBLE
              }
            }
          }
          attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
      TF_DerivedOperandTypeAttr dtype = TF_DerivedOperandTypeAttr<1>;
    }
    
    def TF_PartitionedCallOp : TF_Op<"PartitionedCall", [CallOpInterface, DeclareOpInterfaceMethods<SymbolUserOpInterface>, Pure]> {
      let summary = [{
    returns `f(inputs)`, where `f`'s body is placed and partitioned.
      }];
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top