Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc150 Status VerifyInputShapes(const std::vector<TensorShape>& shapes);
533 Status TRTEngineOp::VerifyInputShapes( in VerifyInputShapes() function in tensorflow::tensorrt::TRTEngineOp
663 Status verify_input_shape_status = VerifyInputShapes(input_concrete_shapes); in ComputeAsync()