Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RewriteSlice (0.17 sec)

  1. tensorflow/compiler/jit/increase_dynamism_for_auto_jit_pass.cc

      }
    
      for (const Edge* e : slice->in_edges()) {
        if (e->IsControlEdge()) {
          g->AddControlEdge(e->src(), static_shaped_slice);
        }
      }
    
      g->RemoveNode(slice);
    }
    
    Status RewriteSlice(Graph* g, Node* slice, const SliceInputs& slice_inputs,
                        absl::string_view cluster_name) {
      VLOG(3) << "Rewriting slice " << slice->name()
              << " to a \"static shaped\" Slice";
    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