Home
last modified time | relevance | path

Searched refs:OpDimensionsFromInputs (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h293 static ConvolutionDimensions OpDimensionsFromInputs(
Dop_level_cost_estimator.cc2123 OpLevelCostEstimator::OpDimensionsFromInputs( in OpDimensionsFromInputs() function in tensorflow::grappler::OpLevelCostEstimator
2175 ConvolutionDimensions dims = OpDimensionsFromInputs( in PredictMaxPool()
2216 ConvolutionDimensions dims = OpDimensionsFromInputs( in PredictMaxPoolGrad()
2292 ConvolutionDimensions dims = OpDimensionsFromInputs( in PredictAvgPool()
2350 OpDimensionsFromInputs(x_shape, op_info, &found_unknown_shapes); in PredictAvgPoolGrad()
2376 ConvolutionDimensions dims = OpDimensionsFromInputs( in PredictFusedBatchNorm()
2426 ConvolutionDimensions dims = OpDimensionsFromInputs( in PredictFusedBatchNormGrad()
Dop_level_cost_estimator_test.cc561 auto dims = OpLevelCostEstimator::OpDimensionsFromInputs( in ValidateOpDimensionsFromInputs()
1372 TEST_F(OpLevelCostEstimatorTest, OpDimensionsFromInputs) { in TEST_F() argument