Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for input_edge (0.33 sec)

  1. tensorflow/compiler/jit/encapsulate_xla_computations_pass.cc

        TF_ASSIGN_OR_RETURN(const XlaFunctionInfo xla_function_info,
                            get_xla_function_info(*launch));
    
        std::vector<const Edge*> in_edges;
        TF_RETURN_IF_ERROR(launch->input_edges(&in_edges));
    
        const int num_inputs = in_edges.size();
        const int variable_start_index = xla_function_info.variable_start_index;
        const int num_variables = num_inputs - variable_start_index;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 15.1K bytes
    - Viewed (0)
Back to top