Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for concat_axis (0.1 sec)

  1. tensorflow/compiler/jit/increase_dynamism_for_auto_jit_pass.cc

        *size = slice_size[0];
      } else {
        auto concat_axis = ops::Const(host_scope.WithOpName("concat_axis"), 0);
        for (const Edge* e : control_deps) {
          host_scope.graph()->AddControlEdge(e->src(), concat_axis.node());
        }
        *size = ops::Concat(host_scope.WithOpName("slice_size"), slice_size,
                            concat_axis);
      }
      return absl::OkStatus();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top