Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tf_outputs (0.17 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      typedef OperatorT NativeTableType;
      typedef OperatorBuilder Builder;
      enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {
        VT_OPCODE_INDEX = 4,
        VT_INPUTS = 6,
        VT_OUTPUTS = 8,
        VT_BUILTIN_OPTIONS_TYPE = 10,
        VT_BUILTIN_OPTIONS = 12,
        VT_CUSTOM_OPTIONS = 14,
        VT_CUSTOM_OPTIONS_FORMAT = 16,
        VT_MUTATING_VARIABLE_INPUTS = 18,
        VT_INTERMEDIATES = 20,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

       return %ret : tensor<10x10xf32>
    }
    '''
    
    @tf.function
    def foo(x, y):
      return mlir_passthrough_op([x, y], mlir_module, Toutputs=[tf.float32])
    
    graph_def = foo.get_concrete_function(tf.TensorSpec([10], tf.float32), tf.TensorSpec([10], tf.float32)).graph.as_graph_def()
    ```
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

        indicating its preferred use in language bindings for TensorFlow. What was
        previously `TF_Session` has been renamed to `TF_DeprecatedSession`.
    *   Renamed `TF_Port` to `TF_Output` in the C API.
    *   Removes RegisterShape from public API. Use C++ shape function registration
        instead. indexing now starts from 1 instead of 0, and `bus_id==0` is used
        where previously `BUS_ANY` was used.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top