Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IncreaseOpExpansionExecuteCounterByOne (0.44 sec)

  1. tensorflow/compiler/mlir/tfr/passes/decompose.cc

    auto* tf_core_op_expansion_op_counter =
        monitoring::Counter<1>::New("/tensorflow/core/op_expansion/op_counter",
                                    "The number of composite op expanded.", "name");
    }
    
    void IncreaseOpExpansionExecuteCounterByOne(const std::string& op_name) {
      tf_core_op_expansion_op_counter->GetCell(op_name)->IncrementBy(1);
    }
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14.6K bytes
    - Viewed (0)
Back to top