HomeSort by relevance Sort by last modified time
    Searched refs:CalculateTensorElementCount (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/grappler/costs/
op_level_cost_estimator.h 97 int64 CalculateTensorElementCount(const OpInfo::TensorProperties& tensor,
op_level_cost_estimator.cc 374 std::max(op_count, CalculateTensorElementCount(op_features.outputs(0),
824 int64 OpLevelCostEstimator::CalculateTensorElementCount(
840 return CalculateTensorElementCount(tensor, found_unknown_shapes) *
    [all...]

Completed in 178 milliseconds