Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for num_operands_expected (0.34 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tpu_reorder_replicate_and_partitioned_inputs.cc

      }
    
      const bool packed_input = first_partitioned_input.getIsPacked();
      const size_t num_operands_expected = packed_input ? 1 : num_cores_per_replica;
      if (metadata &&
          num_operands_expected != first_partitioned_input.getNumOperands()) {
        return first_partitioned_input->emitOpError()
               << "expects " << num_operands_expected << " operands but found "
               << first_partitioned_input.getNumOperands();
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 24 23:08:55 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top