Searched refs:argument_shape (Results 1 – 2 of 2) sorted by relevance
135 const Shape& argument_shape = *argument_layouts[i]; in CompileExecutable() local137 ShapeUtil::ValidateShapeWithOptionalLayout(argument_shape)); in CompileExecutable()138 if (!ShapeUtil::Compatible(argument_shape, program_shape.parameters(i))) { in CompileExecutable()156 ShapeUtil::HumanString(argument_shape)); in CompileExecutable()
344 for (auto& argument_shape : argument_shapes) { in Compile() local345 argument_shape_pointers.push_back(&argument_shape); in Compile()